Browse Source

修改移动端链接跳转方式

tremble 5 năm trước cách đây
mục cha
commit
d0b9739493

+ 2 - 1
mobile/src/pages/home/index.vue

@@ -111,7 +111,8 @@ export default {
       this.showVideo = true
     },
     gobuy () {
-      this.language === 'en' ? window.open('https://www.alibaba.com/product-detail/4DKanKan-Pro-3D-camera-3D-space_62183626283.html?spm=a2700.icbuShop.74.1.66b35b10I4miJd') : this.$router.push({name: 'purchase'})
+      alert('触发了按钮')
+      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' : this.$router.push({name: 'purchase'})
     }
   }
 }

+ 1 - 1
mobile/src/pages/layout/footer.vue

@@ -59,7 +59,7 @@ export default {
           }
         }
       }
-      window.open(link, '_blank')
+      window.location.href = link
     }
   }
 }

+ 5 - 3
mobile/src/pages/purchase/index.vue

@@ -159,12 +159,14 @@ export default {
       })
     },
     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) {
         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 = {
         goodsId: 4,
         price: 9800,

+ 5 - 3
mobile/src/pages/purchasezhijia/index.vue

@@ -160,12 +160,14 @@ export default {
       })
     },
     async tobuy () {
+      if (this.language === 'en') {
+        window.location.href = 'https://www.alibaba.com/product-detail/4DKanKan-Pro-Tripod-Set_62431649408.html?spm=a2700.icbuShop.41413.11.339877f3TUXWiN'
+        return
+      }
       if (!this.token) {
         return this.$router.push({path: '/login'})
       }
-      if (this.language === 'en') {
-        return window.open('https://www.alibaba.com/product-detail/4DKanKan-Pro-Tripod-Set_62431649408.html?spm=a2700.icbuShop.41413.11.339877f3TUXWiN')
-      }
+
       let zhijia = {
         goodsId: 7,
         goodsCount: this.count,