|
@@ -159,12 +159,14 @@ export default {
|
|
})
|
|
})
|
|
},
|
|
},
|
|
async tobuy () {
|
|
async tobuy () {
|
|
|
|
+ if (this.language === 'en') {
|
|
|
|
+ window.location.href = 'https://www.alibaba.com/product-detail/4DKanKan-Pro-3D-camera-3D-space_62183626283.html?spm=a2700.icbuShop.74.1.66b35b10I4miJd'
|
|
|
|
+ return
|
|
|
|
+ }
|
|
if (!this.token) {
|
|
if (!this.token) {
|
|
return this.$router.push({path: '/login'})
|
|
return this.$router.push({path: '/login'})
|
|
}
|
|
}
|
|
- if (this.language === 'en') {
|
|
|
|
- return window.open('https://www.alibaba.com/product-detail/4DKanKan-Pro-3D-camera-3D-space_62183626283.html?spm=a2700.icbuShop.74.1.66b35b10I4miJd')
|
|
|
|
- }
|
|
|
|
|
|
+
|
|
let params = {
|
|
let params = {
|
|
goodsId: 4,
|
|
goodsId: 4,
|
|
price: 9800,
|
|
price: 9800,
|