|
@@ -13,16 +13,16 @@
|
|
|
</template> -->
|
|
</template> -->
|
|
|
</view>
|
|
</view>
|
|
|
<view class="tj-sction">
|
|
<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 class="num">{{user.now_money || '0.00' }}</text>
|
|
|
<text>我的余额</text>
|
|
<text>我的余额</text>
|
|
|
</view>
|
|
</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 class="num">{{'0.00' }}</text>
|
|
|
<text>我的水票</text>
|
|
<text>我的水票</text>
|
|
|
|
|
|
|
|
</view>
|
|
</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 class="num">{{ user.brokerage_price || '0.00' }}</text>
|
|
|
<text>我的佣金</text>
|
|
<text>我的佣金</text>
|
|
|
</view>
|
|
</view>
|