|
@@ -6,17 +6,17 @@
|
|
<view class="goback-box" @click="toBack">
|
|
<view class="goback-box" @click="toBack">
|
|
<image class="goback" src="../../static/icon/fanhui.png" mode=""></image>
|
|
<image class="goback" src="../../static/icon/fanhui.png" mode=""></image>
|
|
</view>
|
|
</view>
|
|
- <view class="header">我的趣豆</view>
|
|
|
|
|
|
+ <view class="header">积分</view>
|
|
</view>
|
|
</view>
|
|
<view class="content-bg">
|
|
<view class="content-bg">
|
|
- <image src="../../static/img/yongjin-bg.png" mode=""></image>
|
|
|
|
|
|
+ <image src="../../static/img/myfans.png" mode=""></image>
|
|
</view>
|
|
</view>
|
|
<view class="money-box">
|
|
<view class="money-box">
|
|
<view class="money">{{ userInfo.integral }}</view>
|
|
<view class="money">{{ userInfo.integral }}</view>
|
|
- <view>余额</view>
|
|
|
|
|
|
+ <view>当前余额</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
- <view class="moneybtn-box flex">
|
|
|
|
|
|
+ <!-- <view class="moneybtn-box flex">
|
|
<view class="money-btn" v-if="userInfo.staff" @click="navto('/pages/money/qdwallet?type=2')">
|
|
<view class="money-btn" v-if="userInfo.staff" @click="navto('/pages/money/qdwallet?type=2')">
|
|
<view class="flex-center">
|
|
<view class="flex-center">
|
|
<image class="tipIcon" src="../../static/icon/qudou3.png" mode="scaleToFill"></image>
|
|
<image class="tipIcon" src="../../static/icon/qudou3.png" mode="scaleToFill"></image>
|
|
@@ -49,8 +49,8 @@
|
|
</text>
|
|
</text>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
- </view>
|
|
|
|
- <!-- <view class="info-box flex">
|
|
|
|
|
|
+ </view> -->
|
|
|
|
+ <view class="info-box flex">
|
|
<view class="info-item">
|
|
<view class="info-item">
|
|
<view class="info-font">累计收入</view>
|
|
<view class="info-font">累计收入</view>
|
|
<view class="info-num">{{ recharge }}</view>
|
|
<view class="info-num">{{ recharge }}</view>
|
|
@@ -60,7 +60,7 @@
|
|
<view class="info-font">累计支出</view>
|
|
<view class="info-font">累计支出</view>
|
|
<view class="info-num">{{ orderStatusSum }}</view>
|
|
<view class="info-num">{{ orderStatusSum }}</view>
|
|
</view>
|
|
</view>
|
|
- </view> -->
|
|
|
|
|
|
+ </view>
|
|
<view class="navbar">
|
|
<view class="navbar">
|
|
<view v-for="(item, index) in navList" :key="index" class="nav-item"
|
|
<view v-for="(item, index) in navList" :key="index" class="nav-item"
|
|
:class="{ current: tabCurrentIndex === index }" @click="tabClick(index)">{{ item.text }}</view>
|
|
:class="{ current: tabCurrentIndex === index }" @click="tabClick(index)">{{ item.text }}</view>
|