From 2e01be1d067ad3366f8353e2732307ce8a769d52 Mon Sep 17 00:00:00 2001 From: jt <jt@activesoft.com.cn> Date: 星期三, 30 八月 2023 11:38:08 +0800 Subject: [PATCH] 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