This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
chenming
/
496_dongfengqichen_wxsmall
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
手机号验证页面添加错误提示
guessPrice
suizhijia
5 years ago
parent
e7d69fd692
commit
5e42654817
1 changed files
with
5 additions
and
0 deletions
Split View
Show Diff Stats
+5
-0
496_dongfengqichen/pages/mobileVerification/mobileVerification.js
+ 5
- 0
496_dongfengqichen/pages/mobileVerification/mobileVerification.js
View File
@@ -190,6 +190,11 @@ Page({
url: '../scout/register/register'
})
}
}else{
wx.showToast({
title: res.msg,
icon:'none'
})
}
}, this);
},
Write
Preview
Loading…
Cancel
Save