DaMowang пре 2 година
родитељ
комит
c062ca9ddb
4 измењених фајлова са 11 додато и 14 уклоњено
  1. 7 7
      src/pages.json
  2. 1 0
      src/pages/my/index.vue
  3. 0 6
      src/pages/protocol/index.vue
  4. 3 1
      src/pagesB/my/myWallet.vue

+ 7 - 7
src/pages.json

@@ -129,6 +129,12 @@
 				"navigationBarTitleText": "批发券明细"
 			}
 		},
+		{
+			"path": "pages/accountDetails/teaBaby",
+			"style": {
+				"navigationBarTitleText": "茶宝明细"
+			}
+		},
 		{
 			"path": "pages/szw-order-list/index",
 			"style": {
@@ -177,12 +183,6 @@
 				"navigationBarTitleText": "提现"
 			}
 		},
-		{
-			"path": "pages/accountDetails/teaBaby",
-			"style": {
-				"navigationBarTitleText": "茶宝明细"
-			}
-		},
 		{
 			"path": "pages/my-tea-list/index",
 			"style": {
@@ -223,7 +223,7 @@
 		{
 			"path": "pages/consultation-list/index",
 			"style": {
-				"navigationBarTitleText": "告列表"
+				"navigationBarTitleText": "告列表"
 			}
 		}
 	],

+ 1 - 0
src/pages/my/index.vue

@@ -289,6 +289,7 @@ export default {
                 else this.isShiMing = false;
                 this.userinfo = res;
             } else this.login();
+            this.getLU(); //数智生活信息
         },
         // 跳转到实名页面
         goToAutonym() {

+ 0 - 6
src/pages/protocol/index.vue

@@ -1,11 +1,5 @@
 <template>
     <view class="container">
-        <!-- 顶部 -->
-        <!-- <view class="head mar_t20">
-			
-		</view> -->
-        <!-- 顶部-end -->
-
         <!-- 内容 -->
         <view class="content mar_t20">
             <mp-html :content="detail.cont"></mp-html>

+ 3 - 1
src/pagesB/my/myWallet.vue

@@ -1,5 +1,7 @@
 <template>
-    <div class="myWallet"></div>
+    <div class="myWallet">
+        
+    </div>
 </template>
   
 <script>