Files
Smart-Farm/front/mine/pages/pay-result.wxml
2025-12-22 17:13:05 +08:00

1 line
950 B
Plaintext

<view class="mine-pay-result"><view class="space-body"></view><view class="flex-center flex-column"><image class="result-img" mode="aspectFill" lazy-load="{{true}}" src="/static/image/mine/pay-result.png"></image><view class="f-title c-title text-bold mt-lg">订单支付成功</view><view class="f-paragraph c-caption mt-sm">您可以在我的订单中查询订单详情或跟踪物流信息</view></view><view class="btn-list flex-center flex-column"><view data-event-opts="{{[['tap',[['goDetail',['$event']]]]]}}" class="btn-item flex-center f-sm-title c-base radius" style="{{'background:'+(primaryColor)+';'+('border:'+('1rpx solid '+primaryColor)+';')}}" catchtap="__e">查看订单</view><view data-event-opts="{{[['tap',[['goHome',['$event']]]]]}}" class="btn-item flex-center f-sm-title c-base mt-md radius" style="{{'color:'+(primaryColor)+';'+('border:'+('1rpx solid '+primaryColor)+';')}}" catchtap="__e">返回首页</view></view></view>