Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
dev
/
marubi-wish-list-mp
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
a13126d4
authored
2019-08-12 13:34:23 +0800
by
simon
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
no message
1 parent
e8a14def
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
2 deletions
src/pages/register/register.js
src/pages/register/register.js
View file @
a13126d
...
...
@@ -95,11 +95,15 @@ Page({
if
(
result
.
status
==
1
)
{
wx
.
showModal
({
title
:
"注册成功"
,
content
:
"
请登录您的账号
"
,
content
:
"
继续创建心愿单
"
,
confirmText
:
"马上前往"
,
showCancel
:
false
,
success
(
res
)
{
_this
.
toLoginHandler
();
// 注册成功直接跳回创建心愿单页
app
.
router
.
push
({
openType
:
"redirectTo"
,
path
:
"createWish"
})
}
})
}
else
if
(
result
.
status
==
2
)
{
...
...
Please
register
or
sign in
to post a comment