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