|
|
@@ -65,8 +65,7 @@
|
|
|
</view>
|
|
|
<view> <text>¥ </text> {{ myInfo.balance||0 }} </view>
|
|
|
<view>
|
|
|
- 可提现 ¥ {{ myInfo.txBalance||0 }}
|
|
|
- <text class="to-cash" @click="pageTo({ url: '/admin/shopYeChange/list' })">变动明细</text>
|
|
|
+ <text class="to-cash" style="margin-left:0upx;" @click="pageTo({ url: '/admin/shopYeChange/list' })">变动明细</text>
|
|
|
<text class="to-cash" @click="pageTo({ url: '/pagesStore/me/withdraw' })">提现记录</text>
|
|
|
<text class="to-cash" v-if="myInfo.txBalance > 0" @click="checkToApplyCash">提现</text>
|
|
|
</view>
|