|
|
@@ -48,9 +48,7 @@ export default {
|
|
|
this.orderId=orderId
|
|
|
}
|
|
|
// 调用订单详情接口
|
|
|
- const result = await orderDetail({ orderId: this.orderId })
|
|
|
|
|
|
- this.orderDetail = result.data
|
|
|
if( this.dialogVisible){
|
|
|
this.time=3
|
|
|
this.timeServe=setInterval(async ()=>{
|
|
|
@@ -60,7 +58,9 @@ export default {
|
|
|
clearInterval(this.timeServe);
|
|
|
this.timeServe=undefined
|
|
|
this.dialogVisible=false
|
|
|
+ const result = await orderDetail({ orderId: this.orderId })
|
|
|
|
|
|
+ this.orderDetail = result.data
|
|
|
|
|
|
|
|
|
// 支付成功了
|