Browse Source

新能源

master
jiazhipeng 1 year ago
parent
commit
e6e1728632
  1. 10
      pages/order/pay/index.wxml
  2. 11
      pages/order/pay/index.wxss

10
pages/order/pay/index.wxml

@ -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">

11
pages/order/pay/index.wxss

@ -83,3 +83,14 @@ page {
color: #000;
font-size: 36rpx;
}
.carPayTip{
font-family: PingFang SC;
font-weight: 500;
font-size: 23rpx;
color: #D62828;
line-height: 55rpx;
position: absolute;
height: 22rpx;
bottom: -20rpx;
left: 0;
}
Loading…
Cancel
Save