|
@@ -134,7 +134,7 @@ export default {
|
|
|
.post("/order/create?collectionId=" + this.$route.query.id + "&qty=1")
|
|
.post("/order/create?collectionId=" + this.$route.query.id + "&qty=1")
|
|
|
.then((res) => {
|
|
.then((res) => {
|
|
|
document.location.replace(
|
|
document.location.replace(
|
|
|
- this.$baseUrl + "/payOrder/alipay?id=" + res.id
|
|
|
|
|
|
|
+ this.$baseUrl + "payOrder/alipay?id=" + res.id
|
|
|
);
|
|
);
|
|
|
})
|
|
})
|
|
|
.catch((e) => {
|
|
.catch((e) => {
|