frontend_h5/treegitee/unpackage/dist/dev/mp-weixin/pages/mt/over.wxml

1 line
1.3 KiB
Plaintext

<block wx:if="{{istrue}}"><view class="flex_items flex_center over pos" style="height:100vh;"><block wx:if="{{state==1}}"><view class="flex_column flex_items"><image style="width:120rpx;height:120rpx;" src="{{isimg}}" mode></image><view class="bold f32 mt20">支付成功</view><view class="mt20 f26">返回美团可查看订单详情</view></view></block><block wx:else><view class="flex_column flex_items"><image style="width:120rpx;height:120rpx;" src="{{isimg2}}" mode></image><view class="bold f32 mt20">支付失败</view><view class="mt20 f26">错误,请重新支付</view></view></block><view class="flex_column flex_items" style="position:fixed;left:0;bottom:35rpx;width:100%;"><block wx:if="{{state!=1}}"><view data-event-opts="{{[['tap',[['gobuy',['$event']]]]]}}" class="ptb15 f30 bold f-center" style="background:#fde64f;width:calc(100% - 120rpx);color:#333;border-radius:30rpx;" bindtap="__e">重新支付</view></block><view data-event-opts="{{[['tap',[['goh',['$event']]]]]}}" class="ptb15 f30 bold f-center mt20" style="{{'background:'+(state=='1'?'#fde64f':'#333')+';'+('width:'+('calc(100% - 120rpx)')+';')+('color:'+(state==1?'#333':'#fff')+';')+('border-radius:'+('30rpx')+';')}}" bindtap="__e">返回美团</view></view><ywatermark vue-id="1f2c9cda-1" info="原创内容,禁止转载" bind:__l="__l"></ywatermark></view></block>