success.wxml 755 Bytes
<wxs src="../../wxs/helper.wxs" module="helper" />
<view class="container">
    <view class="wran-tip">
        <text class="iconfont icon-warn-fill"></text>
        给你发链接退款的都是诈骗!谨防假冒客服诈骗!
    </view>
    <view class="content">
        <image src="https://cdn.yoho.cn/yoho-brand-shop/assets/img/pay/success-icon.png" class="pay-success-icon"></image>
        <text class="pay-status">支付成功</text>
        <text class="pay-price">订单金额¥{{helper.round(orderPrice)}}</text>

        <view class="btn-wrap">
            <view class="btn" bindtap="viewProductList">随便逛逛</view>
            <view class="btn right" bindtap="viewOrderDetail">查看订单</view>
        </view>
    </view>
</view>