From 85fbe4f96ba6926fb43982230164d6a35addc803 Mon Sep 17 00:00:00 2001 From: taiwan Date: Tue, 26 Apr 2022 17:05:05 +0800 Subject: [PATCH] 分享海报修改 --- pages/goods/goodsInfo/goodsInfo.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/goods/goodsInfo/goodsInfo.js b/pages/goods/goodsInfo/goodsInfo.js index 439866a..61bee01 100644 --- a/pages/goods/goodsInfo/goodsInfo.js +++ b/pages/goods/goodsInfo/goodsInfo.js @@ -5054,6 +5054,7 @@ Page({ var type = this.data.prom_type; if (type == 2) type = -1; if (type == 6) type = 2; // 6拼团 2团购 + if (type == 10) type = -1; if (this.data.prom_act && this.data.prom_act.kttype == 3) type = 3; @@ -5159,8 +5160,7 @@ Page({ context.fillText('强烈推荐', 149 * unit + width + 15 * unit, 75 * unit); } - } - ; + }; var share_title = th.data.data.goods_name; -- libgit2 0.21.4