|
@@ -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>
|