|
|
|
@ -95,38 +95,6 @@ |
|
|
|
</view> |
|
|
|
</mescroll-body> |
|
|
|
|
|
|
|
<!-- 支付方式弹窗 --> |
|
|
|
<u-popup v-model="showPayPopup" mode="bottom" border-radius="26" :closeable="true"> |
|
|
|
<view class="pay-popup"> |
|
|
|
<view class="title">请选择支付方式</view> |
|
|
|
<view class="pop-content"> |
|
|
|
<!-- 微信支付 --> |
|
|
|
<!-- #ifdef MP-WEIXIN --> |
|
|
|
<view class="pay-item dis-flex flex-x-between" @click="onSelectPayType(PayTypeEnum.WECHAT.value)"> |
|
|
|
<view class="item-left dis-flex flex-y-center"> |
|
|
|
<view class="item-left_icon wechat"> |
|
|
|
<text class="iconfont icon-wechat-pay"></text> |
|
|
|
</view> |
|
|
|
<view class="item-left_text"> |
|
|
|
<text>{{ PayTypeEnum.WECHAT.name }}</text> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
<!-- #endif --> |
|
|
|
<!-- 余额支付 --> |
|
|
|
<view class="pay-item dis-flex flex-x-between" @click="onSelectPayType(PayTypeEnum.BALANCE.value)"> |
|
|
|
<view class="item-left dis-flex flex-y-center"> |
|
|
|
<view class="item-left_icon balance"> |
|
|
|
<text class="iconfont icon-balance-pay"></text> |
|
|
|
</view> |
|
|
|
<view class="item-left_text"> |
|
|
|
<text>{{ PayTypeEnum.BALANCE.name }}</text> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
</u-popup> |
|
|
|
|
|
|
|
</view> |
|
|
|
|
|
|
|
|