|
@@ -64,6 +64,7 @@ export default {
|
|
enableConsume: (state) => state.order.enableConsume,
|
|
enableConsume: (state) => state.order.enableConsume,
|
|
unitAmount: (state) => state.order.unitAmount,
|
|
unitAmount: (state) => state.order.unitAmount,
|
|
unlicensedInfo: state => state.unlicensedInfo,
|
|
unlicensedInfo: state => state.unlicensedInfo,
|
|
|
|
+ endlessLoop: (state) => state.endlessLoop,
|
|
appId: state => state.appId,
|
|
appId: state => state.appId,
|
|
}),
|
|
}),
|
|
// 支付按钮状态
|
|
// 支付按钮状态
|
|
@@ -331,7 +332,7 @@ export default {
|
|
});
|
|
});
|
|
return
|
|
return
|
|
}
|
|
}
|
|
- if (res.code === "INTERNAL_SERVER_ERROR") {
|
|
|
|
|
|
+ if (/LOCAL_PARK_ERROR|INTERNAL_SERVER_ERROR/.test(res.code)) {
|
|
setTimeout(() => {
|
|
setTimeout(() => {
|
|
this.$router.back()
|
|
this.$router.back()
|
|
}, 1000)
|
|
}, 1000)
|