Browse Source

修复问题

wangn 5 years ago
parent
commit
b6ba8cda43
2 changed files with 7 additions and 5 deletions
  1. 1 0
      hdApp/src/mixins/globalMixins.js
  2. 6 5
      hdApp/src/pagesClient/official/result.vue

+ 1 - 0
hdApp/src/mixins/globalMixins.js

@@ -146,6 +146,7 @@ export default {
         uni.removeStorageSync('SHOP_ADMIN_STROAGE_SHOW')
         uni.removeStorageSync('SHOP_ADMIN_STROAGE_SHOW')
         uni.removeStorageSync('OPEN_SHOP_ID')
         uni.removeStorageSync('OPEN_SHOP_ID')
         this.AUTHORITY_SHOW = false
         this.AUTHORITY_SHOW = false
+        uni.showTabBar()
         //启动更新逻辑 shish 2020.5.18
         //启动更新逻辑 shish 2020.5.18
         if (subRes.data.update == 1) {
         if (subRes.data.update == 1) {
           const updateManager = wx.getUpdateManager()
           const updateManager = wx.getUpdateManager()

+ 6 - 5
hdApp/src/pagesClient/official/result.vue

@@ -1,15 +1,16 @@
 <template>
 <template>
-	<appResult title="提交成功">
+	<appResult title="提交">
         <view class="dec">
         <view class="dec">
-            开启微信通知,有订单动态时及时通知您:
+            审核时间为一个工作日
         </view>
         </view>
 		<button 
 		<button 
             class="admin-button-com blue big" 
             class="admin-button-com blue big" 
             @click="pageTo({
             @click="pageTo({
-                url:'/pagesClient/official/warn'
-            })"
+                url: '/admin/home/workbench',
+                type: 4
+              })"
             >
             >
-            去开启
+            关闭
             </button>
             </button>
 	</appResult>
 	</appResult>
 </template>
 </template>