增长支付订单状态查询

feature/alipay-0629-ch
ch 2 years ago
parent 1e6de755bd
commit 987566558d

@ -2,7 +2,7 @@
* @Author: ch * @Author: ch
* @Date: 2022-04-28 15:01:41 * @Date: 2022-04-28 15:01:41
* @LastEditors: ch * @LastEditors: ch
* @LastEditTime: 2022-05-06 10:49:00 * @LastEditTime: 2022-06-30 17:29:49
* @Description: file content * @Description: file content
--> -->
@ -58,7 +58,7 @@ export default {
uin.$u.toast(error.message); uin.$u.toast(error.message);
return false return false
} }
if(!result.isSuccess && this.reuqestNum < 5){ if(!result.isSuccess && this.reuqestNum < 10){
setTimeout(()=>{ setTimeout(()=>{
this.getOrderInfo(); this.getOrderInfo();
}, 1000) }, 1000)

Loading…
Cancel
Save