Commit 323374f524a70db218db88cd194dc3b88f443b7f
1 parent
027976ed
组合购分享海报名称由XX元任选X件 改为XX元X件
Showing
1 changed file
with
2 additions
and
2 deletions
packageB/pages/zuhegou/index/index.js
| @@ -39,7 +39,7 @@ let imgDraw = { | @@ -39,7 +39,7 @@ let imgDraw = { | ||
| 39 | }, | 39 | }, |
| 40 | { //10元任选3件 | 40 | { //10元任选3件 |
| 41 | "type": "text", | 41 | "type": "text", |
| 42 | - "text": "10元任选3件", | 42 | + "text": "10元3件", |
| 43 | "css": { | 43 | "css": { |
| 44 | "color": "#fff", | 44 | "color": "#fff", |
| 45 | "width": "650px", | 45 | "width": "650px", |
| @@ -228,7 +228,7 @@ Page({ | @@ -228,7 +228,7 @@ Page({ | ||
| 228 | } | 228 | } |
| 229 | //获取头像的分享 | 229 | //获取头像的分享 |
| 230 | th.get_head_temp(function () { | 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 | imgDraw.views[0].url = th.data.share_head; | 232 | imgDraw.views[0].url = th.data.share_head; |
| 233 | imgDraw.views[1].text = userInfo.nickname; | 233 | imgDraw.views[1].text = userInfo.nickname; |
| 234 | imgDraw.views[2].text = txt; | 234 | imgDraw.views[2].text = txt; |