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 })
|
|