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