|
|
|
@ -17,7 +17,10 @@ |
|
|
|
</view> |
|
|
|
<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> |
|
|
|
<view class="method-name">数字人民币</view> |
|
|
|
<view class="method-name" style="position: relative;"> |
|
|
|
<text>数字人民币</text> |
|
|
|
<text class="carPayTip">新能源车补专用支付通道</text> |
|
|
|
</view> |
|
|
|
<view class="iconfont {{payIndex==1?'icon-iconfontoptionbutton':'icon-quan'}}"></view> |
|
|
|
</view> |
|
|
|
<view class="pay-method" wx:else style="border-top:1rpx solid #ccc" data-index="1"> |
|
|
|
@ -35,7 +38,10 @@ |
|
|
|
</view> |
|
|
|
<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> |
|
|
|
<view class="method-name">数字人民币</view> |
|
|
|
<view class="method-name" style="position: relative;"> |
|
|
|
<text>数字人民币</text> |
|
|
|
<text class="carPayTip">新能源车补专用支付通道</text> |
|
|
|
</view> |
|
|
|
<view class="iconfont {{payIndex==1?'icon-iconfontoptionbutton':'icon-quan'}}"></view> |
|
|
|
</view> |
|
|
|
<view class="pay-method" wx:else style="border-top:1rpx solid #ccc" data-index="1"> |
|
|
|
|