|
|
@ -17,10 +17,7 @@ |
|
|
</view> |
|
|
</view> |
|
|
<view class="pay-method" wx:if="{{payList.length>0 && SUBWALLET}}" style="border-top:1rpx solid #ccc" bindtap="changePayMethod" data-index="1"> |
|
|
<view class="pay-method" wx:if="{{payList.length>0 && SUBWALLET}}" style="border-top:1rpx solid #ccc" bindtap="changePayMethod" data-index="1"> |
|
|
<image src="https://test.m.cloud.sz-trip.com/static/images/numLogo.png" mode="aspectFill"></image> |
|
|
<image src="https://test.m.cloud.sz-trip.com/static/images/numLogo.png" mode="aspectFill"></image> |
|
|
<view class="method-name" style="position: relative;"> |
|
|
<view class="method-name">数字人民币</view> |
|
|
<text>数字人民币</text> |
|
|
|
|
|
<text class="carPayTip">新能源车补专用支付通道</text> |
|
|
|
|
|
</view> |
|
|
|
|
|
<view class="iconfont {{payIndex==1?'icon-iconfontoptionbutton':'icon-quan'}}"></view> |
|
|
<view class="iconfont {{payIndex==1?'icon-iconfontoptionbutton':'icon-quan'}}"></view> |
|
|
</view> |
|
|
</view> |
|
|
<view class="pay-method" wx:else style="border-top:1rpx solid #ccc" data-index="1"> |
|
|
<view class="pay-method" wx:else style="border-top:1rpx solid #ccc" data-index="1"> |
|
|
@ -38,10 +35,7 @@ |
|
|
</view> |
|
|
</view> |
|
|
<view class="pay-method" wx:if="{{payList.length>0}}" style="border-top:1rpx solid #ccc" bindtap="changePayMethod" data-index="1"> |
|
|
<view class="pay-method" wx:if="{{payList.length>0}}" style="border-top:1rpx solid #ccc" bindtap="changePayMethod" data-index="1"> |
|
|
<image src="https://test.m.cloud.sz-trip.com/static/images/numLogo.png" mode="aspectFill"></image> |
|
|
<image src="https://test.m.cloud.sz-trip.com/static/images/numLogo.png" mode="aspectFill"></image> |
|
|
<view class="method-name" style="position: relative;"> |
|
|
<view class="method-name">数字人民币</view> |
|
|
<text>数字人民币</text> |
|
|
|
|
|
<text class="carPayTip">新能源车补专用支付通道</text> |
|
|
|
|
|
</view> |
|
|
|
|
|
<view class="iconfont {{payIndex==1?'icon-iconfontoptionbutton':'icon-quan'}}"></view> |
|
|
<view class="iconfont {{payIndex==1?'icon-iconfontoptionbutton':'icon-quan'}}"></view> |
|
|
</view> |
|
|
</view> |
|
|
<view class="pay-method" wx:else style="border-top:1rpx solid #ccc" data-index="1"> |
|
|
<view class="pay-method" wx:else style="border-top:1rpx solid #ccc" data-index="1"> |
|
|
@ -61,7 +55,10 @@ |
|
|
<view style="margin:0 30rpx" class="pay-method" wx:for="{{payList}}" bindtap="changeNumIndex" data-index="{{index}}"> |
|
|
<view style="margin:0 30rpx" class="pay-method" wx:for="{{payList}}" bindtap="changeNumIndex" data-index="{{index}}"> |
|
|
<image src="{{item.bank_logo}}" mode="aspectFill"></image> |
|
|
<image src="{{item.bank_logo}}" mode="aspectFill"></image> |
|
|
<!-- <view class="iconfont icon-weixin1"></view> --> |
|
|
<!-- <view class="iconfont icon-weixin1"></view> --> |
|
|
<view class="method-name">{{item.bank_name}}</view> |
|
|
<view class="method-name" style="position:relative"> |
|
|
|
|
|
<text>{{item.bank_name}}</text> |
|
|
|
|
|
<text class="carPayTip" wx:if="{{item.isJSYH&&carCouponTip}}">新能源车补专用支付通道</text> |
|
|
|
|
|
</view> |
|
|
<view class="iconfont {{numIndex==index?'icon-iconfontoptionbutton':'icon-quan'}}"></view> |
|
|
<view class="iconfont {{numIndex==index?'icon-iconfontoptionbutton':'icon-quan'}}"></view> |
|
|
</view> |
|
|
</view> |
|
|
<view class="btn" bindtap="walletPay" style="margin:25rpx">立即付款</view> |
|
|
<view class="btn" bindtap="walletPay" style="margin:25rpx">立即付款</view> |
|
|
|