@@ -147,7 +147,11 @@ export default {
})
.then((res) => {
console.log(res);
- window.location.href = res.pay_page_url;
+ if (!res.pay_page_url && item.price == 0) {
+ window.location.href = "/GCLS-Personal/#/EnterSys/OrderPaySuccess";
+ } else {
+ window.location.href = res.pay_page_url;
+ }
// this.$message({
// type: "success",
// message: "支付成功",