xiaol há 1 semana atrás
pai
commit
8dfd67da76
2 ficheiros alterados com 7 adições e 2 exclusões
  1. 5 0
      pages/user/detail/integral.nvue
  2. 2 2
      pages/user/moneyTpl.vue

+ 5 - 0
pages/user/detail/integral.nvue

@@ -397,6 +397,11 @@
 
 		methods: {
 			...mapMutations(['checkUserLogin']),
+			navigateBack(){
+				uni.navigateTo({
+					url:'/pages/user/moneyTpl'
+				})
+			},
 			/**
 			 * 加载基础配置
 			 */

+ 2 - 2
pages/user/moneyTpl.vue

@@ -54,7 +54,7 @@
 					<image src="../../static/image/img16.png" style="width: 18rpx;height: 27rpx;"></image>
 				</view>
 			</view>
-			<view class="tplItme flex tpl6" @tap="tapOpen('/pages/user/detail/award')">
+			<!-- <view class="tplItme flex tpl6" @tap="tapOpen('/pages/user/detail/award')">
 				<view class="flex_item">
 					<image src="../../static/image/img15.png" style="width: 106rpx;height: 97rpx;"></image>
 					<view class="name">我的贡献值</view>
@@ -63,7 +63,7 @@
 					<view class="money">{{ user != null ? user.award : 0 }}</view>
 					<image src="../../static/image/img16.png" style="width: 18rpx;height: 27rpx;"></image>
 				</view>
-			</view>
+			</view> -->
 		</view>
 	</view>
 </template>