默认提交
Showing
2 changed files
with
5 additions
and
2 deletions
... | @@ -260,7 +260,10 @@ Page({ | ... | @@ -260,7 +260,10 @@ Page({ |
260 | } else { | 260 | } else { |
261 | app.router.push({ | 261 | app.router.push({ |
262 | openType: "redirect", | 262 | openType: "redirect", |
263 | path: "index" | 263 | path: "index", |
264 | query: { | ||
265 | t: "bless" | ||
266 | } | ||
264 | }); | 267 | }); |
265 | } | 268 | } |
266 | }, | 269 | }, | ... | ... |
1 | // @import '../../assets/scss/mixins'; | 1 | // @import '../../assets/scss/mixins'; |
2 | @import '../../assets/scss/utils'; | 2 | @import '../../assets/scss/utils'; |
3 | 3 | ||
4 | $blessContentWidth: 690px; | 4 | $blessContentWidth: 650px; |
5 | $blessContentLabelWidth: 650px; | 5 | $blessContentLabelWidth: 650px; |
6 | 6 | ||
7 | .van-button__text { | 7 | .van-button__text { | ... | ... |
-
Please register or sign in to post a comment