cmy 2 سال پیش
والد
کامیت
2ad5d613f9
4فایلهای تغییر یافته به همراه20 افزوده شده و 4 حذف شده
  1. 9 1
      pages.json
  2. 3 3
      pages/home/user.vue
  3. 8 0
      pages/user/water/list.vue
  4. BIN
      static/image/tg-bg.png

+ 9 - 1
pages.json

@@ -290,7 +290,15 @@
 					"path": "money/wallet",
 					"style": {
 						"navigationBarTitleText": "我的钱包",
-						"navigationBarBackgroundColor": "#0BBB62",
+						"navigationBarBackgroundColor": "#3C82E6",
+						"navigationBarTextStyle": "white"
+					}
+				},
+				{
+					"path": "water/list",
+					"style": {
+						"navigationBarTitleText": "我的水票",
+						"navigationBarBackgroundColor": "#3C82E6",
 						"navigationBarTextStyle": "white"
 					}
 				},

+ 3 - 3
pages/home/user.vue

@@ -13,16 +13,16 @@
 					</template> -->
 				</view>
 				<view class="tj-sction">
-					<view class="tj-item" @click="navTo('/pages/user_home/money/wallet')">
+					<view class="tj-item" @click="navTo('/pages/user/money/wallet')">
 						<text class="num">{{user.now_money || '0.00' }}</text>
 						<text>我的余额</text>
 					</view>
-					<view class="tj-item" @click="navTo('/pages/user_home/money/wallet')">
+					<view class="tj-item" @click="navTo('/pages/user/water/list')">
 						<text class="num">{{'0.00' }}</text>
 						<text>我的水票</text>
 						
 					</view>
-					<view class="tj-item" @click="navTo('/pages/user_home/award/award')">
+					<view class="tj-item" @click="navTo('/pages/user/award/award')">
 						<text class="num">{{ user.brokerage_price || '0.00' }}</text>
 						<text>我的佣金</text>
 					</view>

+ 8 - 0
pages/user/water/list.vue

@@ -0,0 +1,8 @@
+<template>
+</template>
+
+<script>
+</script>
+
+<style>
+</style>

BIN
static/image/tg-bg.png