shish 12 hours ago
parent
commit
bfd9c7310d
1 changed files with 2 additions and 4 deletions
  1. 2 4
      mallApp/src/pages/goods/detail.vue

+ 2 - 4
mallApp/src/pages/goods/detail.vue

@@ -811,10 +811,8 @@ export default {
       }
       const account = this.account || (this.option && this.option.account) || uni.getStorageSync('account') || '';
       const hdId = this.hdId || (this.option && this.option.hdId) || uni.getStorageSync('hdId') || 0;
-      this.$util.pageTo({
-        url: '/pages/home/cart?account=' + account + '&hdId=' + hdId,
-        type: 1,
-      });
+      //这个不要在新页面打开 shish 
+      this.$util.pageTo({url: '/pages/home/cart?account=' + account + '&hdId=' + hdId,type: 2})
     },
     /** 拼混合结算页地址(与花材详情立即购买一致) */
     getAffirmUrl() {