默认提交
Showing
16 changed files
with
470 additions
and
39 deletions
src/image/detail/decoration_c1.png
0 → 100644

6.62 KB
-
Please register or sign in to post a comment
... | ... | @@ -28,6 +28,7 @@ |
// text-align: center; | ||
box-sizing: border-box; | ||
font-family: -apple-system-font, Helvetica Neue, Helvetica, sans-serif, FZY3JW-GB1-0; | ||
color: #333333; | ||
} | ||
button::after { | ||
... | ... |
6.62 KB
... | ... | @@ -11,7 +11,7 @@ Page({ |
size: 10, | ||
productList: [], // 产品列表 | ||
indexInfo: {}, | ||
userInfo: {}, | ||
userInfo: {} | ||
}, | ||
onShareAppMessage() {}, | ||
showAuth() { | ||
... | ... |