cdk
2025-05-20 87682b4f1579d5e02b2b9a02e7a09227406156ee
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 })