|
@@ -29,7 +29,7 @@
|
|
|
<view class="main-box">
|
|
<view class="main-box">
|
|
|
<view class="main flex">
|
|
<view class="main flex">
|
|
|
<view class="item" @click="navTo('/pages/money/wallet')">
|
|
<view class="item" @click="navTo('/pages/money/wallet')">
|
|
|
- <view class="item-num">{{ userInfo.sp_final || 0 }}</view>
|
|
|
|
|
|
|
+ <view class="item-num">{{ userInfo.now_money || 0 }}</view>
|
|
|
<view class="item-font">我的钱包</view>
|
|
<view class="item-font">我的钱包</view>
|
|
|
</view>
|
|
</view>
|
|
|
<view class="" style="width: 1rpx;height: 100rpx;background: #EEEEEE;"></view>
|
|
<view class="" style="width: 1rpx;height: 100rpx;background: #EEEEEE;"></view>
|
|
@@ -39,7 +39,7 @@
|
|
|
</view>
|
|
</view>
|
|
|
<view class="" style="width: 1rpx;height: 100rpx;background: #EEEEEE;"></view>
|
|
<view class="" style="width: 1rpx;height: 100rpx;background: #EEEEEE;"></view>
|
|
|
<view class="item" @click="navTo('/pages/user/team')">
|
|
<view class="item" @click="navTo('/pages/user/team')">
|
|
|
- <view class="item-num">{{ userInfo.aid_val || 0 }}</view>
|
|
|
|
|
|
|
+ <view class="item-num">{{ userInfo.spread_count || 0 }}</view>
|
|
|
<view class="item-font">我的推广</view>
|
|
<view class="item-font">我的推广</view>
|
|
|
</view>
|
|
</view>
|
|
|
</view>
|
|
</view>
|
|
@@ -55,10 +55,11 @@
|
|
|
<uni-list-item title="我的优惠券" @click="navTo('/pages/user/myyhq')" thumb="/static/icon/g-l.png">
|
|
<uni-list-item title="我的优惠券" @click="navTo('/pages/user/myyhq')" thumb="/static/icon/g-l.png">
|
|
|
</uni-list-item>
|
|
</uni-list-item>
|
|
|
|
|
|
|
|
- <uni-list-item title="邀请有礼" @click="navTo('/pages/user/shareQrCode')" thumb="/static/user/user3.png">
|
|
|
|
|
|
|
+ <uni-list-item title="邀请有礼" @click="navTo('/pages/user/shareQrCode')" thumb="/static/user/user3.png"
|
|
|
|
|
+ v-if="userInfo.level">
|
|
|
</uni-list-item>
|
|
</uni-list-item>
|
|
|
- <uni-list-item title="礼包商品" @click="navTo('/pages/product/product?id=1')"
|
|
|
|
|
- thumb="/static/icon/good-gift.png">
|
|
|
|
|
|
|
+ <uni-list-item title="加入创业合伙人" @click="navTo('/pages/product/product?id=1')"
|
|
|
|
|
+ thumb="/static/icon/good-gift.png" v-if="userInfo.level != 2">
|
|
|
</uni-list-item>
|
|
</uni-list-item>
|
|
|
<uni-list-item title="我的收藏" @click="navTo('/pages/user/favorites')" thumb="/static/user/user4.png">
|
|
<uni-list-item title="我的收藏" @click="navTo('/pages/user/favorites')" thumb="/static/user/user4.png">
|
|
|
</uni-list-item>
|
|
</uni-list-item>
|