1 |
- <view class="container cashier"><custom vue-id="884b30a2-1" systeminfo="{{systeminfo}}" navbar-data="{{nvabarData}}" headerBtnPosi="{{headerBtnPosi}}" isBackType="{{true}}" path="/pages/user/cart/cart" bind:__l="__l"></custom><view class="container-cash clearfix" style="{{'margin-top:'+(CustomBar+'px')+';'}}"><view class="container-wrapper"><view class="cash-icon"><image src="{{StaticUrl+'icon-pay-fail.png'}}" mode></image></view><view class="cash-text"><text>{{successText}}</text></view></view><view class="container-money"><view class="label">支付金额</view><view class="money">{{"¥"+$root.f0}}</view></view><view class="container-button"><view data-event-opts="{{[['tap',[['MiniWxPayFor',['$0'],['orderInfo']]]]]}}" class="btn btn-pay" bindtap="__e">重新支付</view><view data-event-opts="{{[['tap',[['e0',['$event']]]]]}}" class="btn btn-open" bindtap="__e">查看订单</view></view></view></view>
|