前端 + 后端:支付界面~
This commit is contained in:
@@ -63,7 +63,7 @@
|
||||
},
|
||||
methods: {
|
||||
goPay(itemId) {
|
||||
this.$router.push('/pay?appId=POd4RC6a&orderId=' + itemId);
|
||||
this.$router.push('/pay?appId=POd4RC6a&orderId=' + itemId + '&returnUrl=' + encodeURI('/user/order/info/' + itemId));
|
||||
},
|
||||
|
||||
onTabChange(index) {
|
||||
|
||||
Reference in New Issue
Block a user