Commit d39e0d25 authored by qipeng's avatar qipeng

初始化订单超时 2秒后再次调用

parent 6ef23112
......@@ -567,6 +567,11 @@
})
}
})
.catch((err) => {
setTimeout(() => {
this.getDetail();
}, 2000);
});
},
getSortInfo(){//-------------------------排号信息加载
var areaCode = this.orderInfo.areaCode
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment