@@ -170,6 +170,9 @@ Page({
console.log('支付失败', ressonInfo)
// wx.showToast({ title: '支付失败!', icon: 'none' });
that.onPayError()
+ wx.redirectTo({
+ url: '/pages/orders/order-result?orderNo=' + orderNo
+ })
}
})
},
@@ -61,7 +61,7 @@
</view>
</scroll-view>
- <view class="order-btn">
+ <view class="order-btn" wx:if="{{ goodsInfo.wechatStatus != 'WAIT_PAY' }}">
<button type="primary" bind:tap="onSubmit">再来一单</button>