默认提交
Showing
24 changed files
with
164 additions
and
73 deletions
-
Please register or sign in to post a comment
... | ... | @@ -57,6 +57,10 @@ |
justify-content: flex-start; | ||
flex-wrap: wrap; | ||
.num { | ||
font-size: 32px; | ||
} | ||
.tt { | ||
font-size: 24px; | ||
width: 100%; | ||
... | ... |
... | ... | @@ -82,7 +82,7 @@ $contentWidth:670px; |
.t1{ | ||
font-size: 22px; | ||
margin: 0 12px 0; | ||
color: #333333; | ||
color: #808080; | ||
text-align: center; | ||
} | ||
} | ||
... | ... |
... | ... | @@ -173,7 +173,8 @@ Page({ |
orderStatus: 1, | ||
}) | ||
wx.showModal({ | ||
content: '下单成功', | ||
title: "恭喜您", | ||
content: '秒杀成功', | ||
showCancel: false, | ||
success(res) {} | ||
}) | ||
... | ... |