no message
Showing
2 changed files
with
3 additions
and
4 deletions
... | @@ -157,7 +157,6 @@ Page({ | ... | @@ -157,7 +157,6 @@ Page({ |
157 | status: status | 157 | status: status |
158 | }) | 158 | }) |
159 | } | 159 | } |
160 | |||
161 | if (status == 1) { | 160 | if (status == 1) { |
162 | this.setData({ | 161 | this.setData({ |
163 | animationPassVisible: true | 162 | animationPassVisible: true |
... | @@ -214,7 +213,7 @@ Page({ | ... | @@ -214,7 +213,7 @@ Page({ |
214 | tipsInnerText: "助力失败" | 213 | tipsInnerText: "助力失败" |
215 | }) | 214 | }) |
216 | this.setData({ | 215 | this.setData({ |
217 | canShake: true | 216 | canShake: false |
218 | }) | 217 | }) |
219 | } | 218 | } |
220 | }) | 219 | }) | ... | ... |
... | @@ -14,7 +14,7 @@ | ... | @@ -14,7 +14,7 @@ |
14 | position: absolute; | 14 | position: absolute; |
15 | width: 750px; | 15 | width: 750px; |
16 | height: 1303px; | 16 | height: 1303px; |
17 | // top: -130px; | 17 | top: -20px; |
18 | } | 18 | } |
19 | } | 19 | } |
20 | 20 | ||
... | @@ -40,7 +40,7 @@ | ... | @@ -40,7 +40,7 @@ |
40 | 40 | ||
41 | .main { | 41 | .main { |
42 | .top-space { | 42 | .top-space { |
43 | height: 1122px; | 43 | height: 1020px; |
44 | } | 44 | } |
45 | 45 | ||
46 | .content { | 46 | .content { | ... | ... |
-
Please register or sign in to post a comment