Commit 06ea40f3434ae2d16156dd9ab22cd9c42dc94caa
Merge branch 'dev' of http://git.vipzhuang.cn/wxd/MShopWeApp into dev
Showing
1 changed file
with
3 additions
and
3 deletions
packageB/pages/zuhegou/index/index.js
... | ... | @@ -23,14 +23,14 @@ let imgDraw = { |
23 | 23 | }, |
24 | 24 | { //昵称 |
25 | 25 | "type": "text", |
26 | - "text": "我是店铺名称名称名称名称名称名称名称名称名称名称名称名称名称名称", | |
26 | + "text": "我是店铺", | |
27 | 27 | "css": { |
28 | - "width": "400px", | |
28 | + "width": "650px", | |
29 | 29 | "color": "#fff", |
30 | 30 | "top": "136px", |
31 | - "left": "137px", | |
32 | 31 | "fontSize": "26px", |
33 | 32 | "maxLines": "1", |
33 | + "textAlign": "center", | |
34 | 34 | } |
35 | 35 | }, |
36 | 36 | { //10元任选3件 | ... | ... |