index.wxml
2.39 KB
<view style="padding:20px;"><view style="text-align:center;margin-top:10%;"><view><image style="width:200rpx;height:200rpx;" mode="aspectFit" src="{{BASE_URL+'/api/File/Image/annexpic/success.png'}}"></image></view><view><text style="font-weight:bold;font-size:30rpx;">支付成功</text></view><view style="text-align:center;"><text style="font-weight:bold;font-size:100rpx;">{{'¥'+model.money}}</text></view><view style="padding:5px;border-top:1px solid #e0e0e0;border-bottom:1px solid #e0e0e0;margin-top:100rpx;display:flex;align-items:center;justify-content:space-between;font-size:25rpx;"><view>订单号</view><view style="display:flex;align-items:center;"><view style="margin-top:5px;margin-right:5px;"><image style="width:26px;height:26px;" mode="aspectFit" src="../../static/alipay.png"></image></view><view style="color:gray;">{{model.orderNumber}}</view></view></view><view style="padding:5px;border-top:1px solid #e0e0e0;border-bottom:1px solid #e0e0e0;display:flex;align-items:center;justify-content:space-between;font-size:25rpx;"><view>效验码</view><view style="display:flex;align-items:center;"><view style="margin-top:5px;margin-right:5px;"><image style="width:26px;height:26px;" mode="aspectFit" src="../../static/alipay.png"></image></view><view style="color:gray;">{{user.bankNumber}}</view></view></view><view style="padding:5px;border-top:1px solid #e0e0e0;border-bottom:1px solid #e0e0e0;display:flex;align-items:center;justify-content:space-between;font-size:25rpx;"><view>下单时间</view><view style="display:flex;align-items:center;"><view style="margin-top:5px;margin-right:5px;"><image style="width:26px;height:26px;" mode="aspectFit" src="../../static/alipay.png"></image></view><view style="color:gray;">{{model.orderTime}}</view></view></view><view style="border-top:1px solid #e0e0e0;font-size:25rpx;margin-bottom:100rpx;"><view style="border-bottom:1px solid #e0e0e0;margin:20rpx;padding-bottom:20rpx;">如需查看更多功能请关注公众号</view><view><image style="border-radius:20rpx;" mode="aspectFit" src="{{BASE_URL+'/api/File/Image/annexpic/qrcode.jpg'}}"></image></view></view></view><view style="position:fixed;bottom:10rpx;width:90%;"><view data-event-opts="{{[['tap',[['Confirm',['$event']]]]]}}" style="text-align:center;margin:0 auto;background-color:deepskyblue;padding:20rpx;color:white;font-weight:bold;border-radius:10px;font-size:26rpx;" bindtap="__e">完成</view></view></view>