From 2ffd3fc56f81f08ec3dcfb50076e54542685725b Mon Sep 17 00:00:00 2001 From: jt <jt@activesoft.com.cn> Date: 星期一, 29 一月 2024 09:18:14 +0800 Subject: [PATCH] Mobox3PDA-3037调试错误改进 --- pages/index/index.vue | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-) diff --git a/pages/index/index.vue b/pages/index/index.vue index 0c91095..962de81 100644 --- a/pages/index/index.vue +++ b/pages/index/index.vue @@ -182,27 +182,27 @@ return; } if(defCode == '3018'){ - if(this.$store.state.OIMoboxSAPI){ //鍒ゆ柇鏄惁鏄疢obox3 + if(this.$store.state.OIMoboxSAPI){ //Mobox3 uni.navigateTo({ url:'../modal/3018?param='+param+"&titlename="+appName }); - }else{ + }else{ //Mobox2 uni.navigateTo({ url:'../modal/classAttr?param='+param+"&titlename="+appName }); } } else if(defCode == '3037'){ - if(this.$store.state.OIMoboxSAPI){ //鍒ゆ柇鏄惁鏄疢obox3 + if(this.$store.state.OIMoboxSAPI){ //Mobox3 uni.navigateTo({ url:'../modal/3037?param='+param+"&titlename="+appName }); - }else{ + }else{ //Mobox2 uni.navigateTo({ url:'../modal/ms_classAttr?param='+param+"&titlename="+appName }); } } else if(defCode == '5600'){ - if(this.$store.state.OIMoboxSAPI){ //鍒ゆ柇鏄惁鏄疢obox3 + if(this.$store.state.OIMoboxSAPI){ //Mobox3 uni.navigateTo({ url:'../modal/5600?param='+param+"&titlename="+appName }); -- Gitblit v1.9.1