南骏 池
2024-09-28 81bb76e0e9f70b0ab4c19174868058b116b4650e
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 })