17 lines
595 B
Plaintext
17 lines
595 B
Plaintext
<!--pages/payPlatform/payPlatform.wxml-->
|
|
<nav navName="收银台"></nav>
|
|
<view class="page">
|
|
<image src="{{img_host+'/payplatform.png'}}" class="img"></image>
|
|
<view class="tips">正在发起支付,支付完成前请不要退出</view>
|
|
|
|
<view class="btnbox">
|
|
<view class="btn" bindtap="handleThrottle">重新支付</view>
|
|
<view class="btn back" bindtap="handleThrottleBack">返回</view>
|
|
</view>
|
|
</view>
|
|
<van-dialog id="myPayDialog" confirm-button-color="#3CC7C0" use-slot >
|
|
<view class="slotmsg" >
|
|
{{message_error}},确认前往订单详情
|
|
</view>
|
|
</van-dialog>
|