From 2ebd90b6b1e9832e0236276060b0607305b3b740 Mon Sep 17 00:00:00 2001
From: cuiqian2004 <cuiqian2004@163.com>
Date: 星期二, 11 六月 2024 17:39:10 +0800
Subject: [PATCH] 5600
---
manifest.json | 4 ++--
pages/modal/5600.vue | 14 ++++++++------
2 files changed, 10 insertions(+), 8 deletions(-)
diff --git a/manifest.json b/manifest.json
index adb1bef..43f4374 100644
--- a/manifest.json
+++ b/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" : {
diff --git a/pages/modal/5600.vue b/pages/modal/5600.vue
index cdd720b..62b542c 100644
--- a/pages/modal/5600.vue
+++ b/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){
--
Gitblit v1.9.1