1
Showing
35 changed files
with
446 additions
and
120 deletions
src/image/draw/draw-c1.png
100755 → 100644
src/image/logo.png
0 → 100644

10.7 KB
-
Please register or sign in to post a comment
... | ... | @@ -44,7 +44,7 @@ |
.stock1 { | ||
margin: 22px auto 0; | ||
font-size: 24px; | ||
width: 410px; | ||
width: 430px; | ||
.tips { | ||
color: #333333; | ||
} | ||
... | ... |
... | ... | @@ -53,7 +53,6 @@ Page({ |
userInfo: app.globalData.userInfo | ||
}) | ||
this.queryWishbillPrizeCandidate(); | ||
this.queryWishbillDetail(); | ||
}); | ||
this.initShake(); | ||
}, | ||
... | ... |
... | ... | @@ -83,7 +83,7 @@ |
.right { | ||
color: #ffffff; | ||
background-color: #32ba32; | ||
background-color: #b83138; | ||
border: none; | ||
} | ||
... | ... |
... | ... | @@ -12,7 +12,7 @@ Page({ |
data: { | ||
isOverShare: true, //自定义分享 | ||
tipsRuleVisible: false, | ||
tipsPirzeVisible: false, | ||
tipsPirzeVisible: true, | ||
userInfo: {}, | ||
wishInfo: {}, | ||
wishList: [], | ||
... | ... |