From 2ce9f2d29b3f98588a253bde1b2138a0e6af5d53 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=82=93=E5=B9=B3=E8=89=BA?= <52643018@qq.com> Date: Mon, 19 Jul 2021 17:42:54 +0800 Subject: [PATCH] =?UTF-8?q?[=E4=BC=98=E5=8C=96]=20=E5=95=86=E5=93=81?= =?UTF-8?q?=E8=AF=A6=E6=83=85=E9=A1=B5=E5=88=86=E4=BA=AB=E5=B0=8F=E7=A8=8B?= =?UTF-8?q?=E5=BA=8F=E5=8D=A1=E7=89=87=E4=B9=9F=E8=A6=81=E8=A7=A6=E5=8F=91?= =?UTF-8?q?=E7=BB=91=E5=AE=9A=E5=85=B3=E7=B3=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/goodsDetail/index.vue | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/pages/goodsDetail/index.vue b/pages/goodsDetail/index.vue index 26065e9..d682ce6 100644 --- a/pages/goodsDetail/index.vue +++ b/pages/goodsDetail/index.vue @@ -390,7 +390,7 @@ } }, - //海报结束 + //获取商品详情 getGoodsDetail() { let that = this; this.$http(this.API.API_GOODS_DETAIL, { @@ -505,7 +505,9 @@ let options = { id: goods.id, route: 'goods', - scene_code: this.$scene.V2_GOODS_SHAREPOSTER + scene_code: this.$scene.V2_GOODS_SHAREPOSTER, + share_id: this.userInfo.id, + pt: 2 } this.generateKooken(token, options); // 谁分享了就生成一个token