From e596011106f8d5ae7cc97ad4b9236acefdc03842 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E6=AF=85?= <1335909236@qq.com> Date: Mon, 10 Nov 2025 16:14:56 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=B4=BB=E5=8A=A8=E5=95=86?= =?UTF-8?q?=E5=93=81=E9=A1=B5=E9=9D=A2=E6=8A=A5=E9=94=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/advertising/goodsDetail/index.vue | 3 +++ 1 file changed, 3 insertions(+) diff --git a/packages/advertising/goodsDetail/index.vue b/packages/advertising/goodsDetail/index.vue index 8964a8a0..1c92b753 100644 --- a/packages/advertising/goodsDetail/index.vue +++ b/packages/advertising/goodsDetail/index.vue @@ -297,6 +297,7 @@ export default { boxshadow1: false, boxshadow2: false, id: "", + adver_id: "",//活动id groupById: "", promotional_price: "", //活动价 info: "", @@ -541,6 +542,7 @@ export default { getGoodsInfo() { const params = { id: this.id, + adver_id: this.adver_id, } request(apiArr.getGoodsInfo, "POST", params).then((res) => { // 分割图片 @@ -781,6 +783,7 @@ export default { this.top = meun.top; this.localHeight = meun.height; this.id = this.itemObj.commodity_id ? this.itemObj.commodity_id : this.itemObj.id; + this.adver_id = this.itemObj.adver_id this.groupById = this.itemObj.groupById this.promotional_price = this.itemObj.promotional_price this.getBuyRecord()