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