lilei 2 年之前
父節點
當前提交
b9dbc19252
共有 2 個文件被更改,包括 12 次插入3 次删除
  1. 2 2
      App.vue
  2. 10 1
      pages/morePage/morePage.vue

+ 2 - 2
App.vue

@@ -1,8 +1,8 @@
 <script>
 	export default {
 		globalData: {
-			baseUrl: 'http://192.168.0.103:9110/saas/clz/', // 本地
-			// baseUrl: 'https://md.test.zyucgj.com/saas/clz/', // 预发布
+			// baseUrl: 'http://192.168.0.103:9110/saas/clz/', // 本地
+			baseUrl: 'https://md.test.zyucgj.com/saas/clz/', // 预发布
 			// baseUrl: 'https://car.zyucgj.com/saas/clz/' // 生产
 		},
 		onLaunch: function() {

+ 10 - 1
pages/morePage/morePage.vue

@@ -104,7 +104,16 @@
 				if(this.hasLogin){
 					// 游客未认证
 					if(this.userInfo.sysUserFlag == '0'){
-						this.showPopup = true
+						if(this.storeApply.auditStatus=='WAIT'){
+							uni.showModal({
+								title: '提示',
+								content: '门店认证资料审核中,请耐心等待!',
+								confirmText: '知道了',
+								showCancel: false
+							})
+						}else{
+							this.showPopup = true
+						}
 					}else{
 						// 已有数字货架
 						if(this.hasShelf){