From 323374f524a70db218db88cd194dc3b88f443b7f Mon Sep 17 00:00:00 2001 From: taiwan Date: Thu, 10 Feb 2022 10:19:01 +0800 Subject: [PATCH] 组合购分享海报名称由XX元任选X件 改为XX元X件 --- packageB/pages/zuhegou/index/index.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packageB/pages/zuhegou/index/index.js b/packageB/pages/zuhegou/index/index.js index 29d9dcf..47df26f 100644 --- a/packageB/pages/zuhegou/index/index.js +++ b/packageB/pages/zuhegou/index/index.js @@ -39,7 +39,7 @@ let imgDraw = { }, { //10元任选3件 "type": "text", - "text": "10元任选3件", + "text": "10元3件", "css": { "color": "#fff", "width": "650px", @@ -228,7 +228,7 @@ Page({ } //获取头像的分享 th.get_head_temp(function () { - var txt = th.data.act.zhprice + "元任选" + th.data.act.zhbuyqty + "件"; + var txt = th.data.act.zhprice + "元" + th.data.act.zhbuyqty + "件"; imgDraw.views[0].url = th.data.share_head; imgDraw.views[1].text = userInfo.nickname; imgDraw.views[2].text = txt; -- libgit2 0.21.4