|
|
@@ -228,7 +228,7 @@ export default {
|
|
|
// this.$store.dispatch('user/getBuyInfo', [{uuid: item.uuid, batchCode: item.batchCode, number: item.minBuyQty}])
|
|
|
axios.post('trade/order/buyNow', [{uuid: item.uuid, batchCode: item.batchCode, number: this.fragment.num}])
|
|
|
.then(response => {
|
|
|
- window.location.href = 'user#/order/pay/' + this.enidfilter(response.data.orderid)
|
|
|
+ window.location.href = '/user#/order/pay/' + this.enidfilter(response.data.orderid)
|
|
|
}, err => {
|
|
|
console.log(err)
|
|
|
this.$http.get('/login/page').then(response => {
|