|
@@ -147,7 +147,7 @@ export default {
|
|
})
|
|
})
|
|
.then((res) => {
|
|
.then((res) => {
|
|
console.log(res);
|
|
console.log(res);
|
|
- if (!res.pay_page_url && item.price == 0) {
|
|
|
|
|
|
+ if (!res.pay_page_url) {
|
|
window.location.href = "/GCLS-Personal/#/OrderPaySuccess";
|
|
window.location.href = "/GCLS-Personal/#/OrderPaySuccess";
|
|
} else {
|
|
} else {
|
|
window.location.href = res.pay_page_url;
|
|
window.location.href = res.pay_page_url;
|