htc 4 dienas atpakaļ
vecāks
revīzija
f8404365a7
1 mainītis faili ar 3 papildinājumiem un 3 dzēšanām
  1. 3 3
      pages/my.vue

+ 3 - 3
pages/my.vue

@@ -19,15 +19,15 @@
 				</view>
 			</view>
 			<view class="num adf">
-				<view class="num-pre adffcac">
+				<view class="num-pre adffcac" @click="handleTurn('/pagesPublish/rechargeCenter')">
 					<view class="num-pre-sz">{{headData.basicCount||0}}</view>
 					<view class="num-pre-text">基础版次数</view>
 				</view>
-				<view class="num-pre adffcac">
+				<view class="num-pre adffcac" @click="handleTurn('/pagesPublish/rechargeCenter')">
 					<view class="num-pre-sz">{{headData.proCount||0}}</view>
 					<view class="num-pre-text">专业版次数</view>
 				</view>
-				<view class="num-pre adffcac">
+				<view class="num-pre adffcac" @click="handleTurn('/pagesMy/team')">
 					<view class="num-pre-sz">{{headData.teamCount||0}}</view>
 					<view class="num-pre-text">我的团队</view>
 				</view>