yuminge-app/yun-min-program-plugin-master/packageA/member/order/TransferAccount/TransferAccount.wxml

47 lines
1.6 KiB
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<view class="transfer-accounts">
<view class="pay-info">
<view class="ul">
<view class="h1">上传付款凭证</view>
<view class="li">订单:{{ pay_info }}</view>
<view class="li">金额:{{ amount_info }}{{language['元']}}</view>
<view class="accounts-box">
<view class="photoshow" catchtap="onRead">
<image src="{{imageUrl?imageUrl:'https://mini-app-img-1251768088.cos.ap-guangzhou.myqcloud.com/up_icon.png'}}" mode='widthFix' />
</view>
</view>
<view class="li">如是在没有凭证请联系发货方对账后再点击确认</view>
</view>
</view>
<view class="btn">
<view class="top">
<view class="button" catchtap="confirmEvent">
确认已经汇款
</view>
</view>
<view class="bottom">
<view class="button" catchtap="onLine">
在线付款
</view>
</view>
</view>
<view class="section prompt-box">
<view class="prompt-info">
<view class="h2">注意事项:汇款时请注意以下信息,请牢记!</view>
<view class="ul">
<view class="li" wx:for="{{bank_info}}" wx:key="index">
{{ item.title }}: {{ item.text }}
</view>
</view>
<view class="h2">注意事项:汇款时请注意以下信息,请牢记!</view>
<view class="ul prompt-a">
<view class="li">
1.线下公司转账订单,一个识别码对应一个订单和相应的金额,请勿多转账或者少转账。
</view>
<view class="li">
2.请在7天内付清款项超过10天未对账系统自动会取消订单到账周期为3个工作起。
</view>
</view>
</view>
</view>
</view>