1
xuxueyang
2024-08-29 0dabc0e7acc5491a709f20f3544eb8319e0d1fa0
pages/order/order-detail.vue
@@ -230,10 +230,8 @@
                        ...data,
                        async success(res) {
                           console.log('pay success', res)
                           that.$message.showToast('支付成功')
                           setTimeout(() => {
                              that.getDetail()
                           }, 200)
                           await that.$message.showToast('支付成功')
                           that.getDetail()
                        },
                        fail(err) {
                           console.error('pay fail', err)