cuiqian2004
2024-06-11 2ebd90b6b1e9832e0236276060b0607305b3b740
5600
2个文件已修改
18 ■■■■■ 已修改文件
manifest.json 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages/modal/5600.vue 14 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
manifest.json
@@ -2,8 +2,8 @@
    "name" : "MoboxPDA",
    "appid" : "__UNI__56D451E",
    "description" : "",
    "versionName" : "1.0.78",
    "versionCode" : 1078,
    "versionName" : "1.0.79",
    "versionCode" : 1079,
    "transformPx" : false,
    /* 5+App特有相关 */
    "app-plus" : {
pages/modal/5600.vue
@@ -1161,9 +1161,10 @@
            });
        });
        // console.log(jsonlist);
        jsonlist.forEach(async (json,key)=>{
            await $this.runCustomEvent(event,input_param,json,'1');
        });
        await $this.runCustomEvent(event,input_param,jsonlist,'1');
        // jsonlist.forEach(async (json,key)=>{
        //     await $this.runCustomEvent(event,input_param,json,'1');
        // });
    },
    ok2(){
        this.Before_OK_Event = this.param.Sub_Page[1].Before_ok;
@@ -1246,9 +1247,10 @@
            });
        });
        // console.log(jsonlist);
        jsonlist.forEach(async (json,key)=>{
            await $this.runCustomEvent(event,input_param,json,'2');
        });
        await $this.runCustomEvent(event,input_param,jsonlist,'2');
        // jsonlist.forEach(async (json,key)=>{
        //     await $this.runCustomEvent(event,input_param,json,'2');
        // });
    },
    //执行确定脚本
    async runCustomEvent(event,input_param,json,type){