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;