shish 2 сар өмнө
parent
commit
0df88511c6

+ 1 - 1
ghsApp/src/admin/home/me.vue

@@ -82,7 +82,7 @@
 
         <view class="account-info_box content_box">
           <view class="info-lf_box">
-            <view @click="pageTo({ url: '/admin/item/warning' })">
+            <view>
               现金(元)
             </view>
             <view> <text>¥ </text> {{ myInfo.money||0 }} </view>

+ 1 - 1
ghsApp/src/admin/home/workbench.vue

@@ -723,7 +723,7 @@ export default {
 			// #ifdef MP-WEIXIN
 			this.isMini = 1
 			// #endif
-			consoleIndex({isMini:this.isMini,version:3}).then(res => {
+			consoleIndex({isMini:this.isMini,version:4}).then(res => {
 				this.data = res.data;
 				const { menu } = res.data;
 				this.tabsData = menu