no message
Showing
1 changed file
with
6 additions
and
2 deletions
... | @@ -95,11 +95,15 @@ Page({ | ... | @@ -95,11 +95,15 @@ Page({ |
95 | if (result.status == 1) { | 95 | if (result.status == 1) { |
96 | wx.showModal({ | 96 | wx.showModal({ |
97 | title: "注册成功", | 97 | title: "注册成功", |
98 | content: "请登录您的账号", | 98 | content: "继续创建心愿单", |
99 | confirmText: "马上前往", | 99 | confirmText: "马上前往", |
100 | showCancel: false, | 100 | showCancel: false, |
101 | success(res) { | 101 | success(res) { |
102 | _this.toLoginHandler(); | 102 | // 注册成功直接跳回创建心愿单页 |
103 | app.router.push({ | ||
104 | openType: "redirectTo", | ||
105 | path: "createWish" | ||
106 | }) | ||
103 | } | 107 | } |
104 | }) | 108 | }) |
105 | } else if (result.status == 2) { | 109 | } else if (result.status == 2) { | ... | ... |
-
Please register or sign in to post a comment