mirror of
http://git.coreshop.cn/jianweie/coreshoppro.git
synced 2025-12-06 18:33:27 +08:00
【修复】修复ios下用户充值余额的功能不显示的情况。
【修复】修复我的余额面板列表中右侧三角无反应的问题。
This commit is contained in:
@@ -16,28 +16,28 @@
|
||||
<text class='withdrawcash-num'>{{ userInfo.balance }}</text>
|
||||
</view>
|
||||
<view class="coreshop-list menu card-menu coreshop-margin-top-15">
|
||||
<view class="coreshop-list-item arrow" v-if="platform != 'ios' && showRecharge" @click="navigateToHandle('/pages/member/balance/recharge/recharge')">
|
||||
<view class="coreshop-list-item arrow" v-if="showRecharge" @click="navigateToHandle('/pages/member/balance/recharge/recharge')">
|
||||
<view class="content">
|
||||
<u-icon name="gift" size="16" class="coreshop-text-grey" label="账户充值"></u-icon>
|
||||
</view>
|
||||
</view>
|
||||
<view class="coreshop-list-item arrow">
|
||||
<view class="content" @click="navigateToHandle('/pages/member/balance/withdrawCash/withdrawCash')">
|
||||
<view class="coreshop-list-item arrow" @click="navigateToHandle('/pages/member/balance/withdrawCash/withdrawCash')">
|
||||
<view class="content">
|
||||
<u-icon name="rmb" size="16" class="coreshop-text-yellow" label="余额提现"></u-icon>
|
||||
</view>
|
||||
</view>
|
||||
<view class="coreshop-list-item arrow">
|
||||
<view class="content" @click="navigateToHandle('/pages/member/balance/details/details')">
|
||||
<view class="coreshop-list-item arrow" @click="navigateToHandle('/pages/member/balance/details/details')">
|
||||
<view class="content">
|
||||
<u-icon name="rmb-circle" size="16" class="coreshop-text-olive" label="余额明细"></u-icon>
|
||||
</view>
|
||||
</view>
|
||||
<view class="coreshop-list-item arrow">
|
||||
<view class="content" @click="navigateToHandle('/pages/member/balance/cashlist/cashlist')">
|
||||
<view class="coreshop-list-item arrow" @click="navigateToHandle('/pages/member/balance/cashlist/cashlist')">
|
||||
<view class="content">
|
||||
<u-icon name="list-dot" size="16" class="coreshop-text-orange" label="提现记录"></u-icon>
|
||||
</view>
|
||||
</view>
|
||||
<view class="coreshop-list-item arrow">
|
||||
<view class="content" @click="navigateToHandle('/pages/member/balance/bankcard/bankcard')">
|
||||
<view class="coreshop-list-item arrow" @click="navigateToHandle('/pages/member/balance/bankcard/bankcard')">
|
||||
<view class="content">
|
||||
<u-icon name="coupon" size="16" class="coreshop-text-blue" label="我的银行卡"></u-icon>
|
||||
</view>
|
||||
</view>
|
||||
|
||||
Reference in New Issue
Block a user