南骏 池
2024-12-26 0128a07d7a0b6aac2b17d4ce92f69be27596054c
1
2
3
4
5
6
7
8
9
10
11
12
/**
 * 过滤用户菜单
 */
mui.plusReady(function() {
    app.init();
    var viewId = plus.webview.currentWebview().id;
    console.log(mui("#exe_group")[0])
    console.log(viewId)
    var exe_group = mui("#exe_group")[0]; //程序分组
    loadExeGroup(viewId,exe_group);
});
window.addEventListener('touchmove', func, { passive: false })