1 line
1.5 KiB
Plaintext
1 line
1.5 KiB
Plaintext
<view class="pay-page"><custom-navbar vue-id="55409404-1" title="支付订单" showBack="{{true}}" backgroundColor="#FFFFFF" bind:__l="__l"></custom-navbar><view class="amount-section"><image class="pay_icon" src="/static/images/shop/pay_icon.png" mode="aspectFit"></image><view class="amount"><text class="symbol">¥</text><text class="value">{{orderInfo.pay_money}}</text></view><block wx:if="{{countdown}}"><view class="countdown">支付剩余时间: <uv-count-down vue-id="55409404-2" time="{{countdown*1000}}" format="mm:ss" data-event-opts="{{[['^finish',[['finish']]]]}}" bind:finish="__e" bind:__l="__l"></uv-count-down></view></block></view><view class="method-section"><view class="section-title">选择支付方式</view><view class="method-list"><block wx:for="{{methodList}}" wx:for-item="item" wx:for-index="index" wx:key="index"><view data-event-opts="{{[['tap',[['selectMethod',['$0'],[[['methodList','',index]]]]]]]}}" class="method-item" bindtap="__e"><view class="method-info"><image class="method-icon" src="{{item.icon}}" mode="aspectFit"></image><text class="method-name">{{item.name}}</text></view><agree-radio vue-id="{{'55409404-3-'+index}}" isAgree="{{item.selected}}" yesImg="/static/images/icons/yes_icon.png" radioSize="40rpx" noImg="/static/images/icons/no_icon.png" bind:__l="__l"></agree-radio></view></block></view></view><view class="footer"><view data-event-opts="{{[['tap',[['confirmPay',['$event']]]]]}}" class="pay-btn" bindtap="__e">立即支付</view></view></view> |