Commit 323374f524a70db218db88cd194dc3b88f443b7f

Authored by 后端研发-苏泰源
1 parent 027976ed

组合购分享海报名称由XX元任选X件 改为XX元X件

packageB/pages/zuhegou/index/index.js
... ... @@ -39,7 +39,7 @@ let imgDraw = {
39 39 },
40 40 { //10元任选3件
41 41 "type": "text",
42   - "text": "10元任选3件",
  42 + "text": "10元3件",
43 43 "css": {
44 44 "color": "#fff",
45 45 "width": "650px",
... ... @@ -228,7 +228,7 @@ Page({
228 228 }
229 229 //获取头像的分享
230 230 th.get_head_temp(function () {
231   - var txt = th.data.act.zhprice + "元任选" + th.data.act.zhbuyqty + "件";
  231 + var txt = th.data.act.zhprice + "元" + th.data.act.zhbuyqty + "件";
232 232 imgDraw.views[0].url = th.data.share_head;
233 233 imgDraw.views[1].text = userInfo.nickname;
234 234 imgDraw.views[2].text = txt;
... ...