前端 + 后端:支付界面~

This commit is contained in:
YunaiV
2019-04-21 02:17:48 +08:00
parent 0b35a92b01
commit 914de3f2cb
4 changed files with 26 additions and 8 deletions

View File

@@ -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) {