Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
dev
/
zhiliang-light-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
209bec38
authored
2020-06-08 12:06:50 +0800
by
simon
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
备份
1 parent
0fc1db5f
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
1 deletions
src/pages/index/index.js
src/pages/vip-login/vip-login.js
src/utils/date.js
src/pages/index/index.js
View file @
209bec3
...
...
@@ -65,6 +65,7 @@ Page({
})
}
}
this
.
resetPage
();
this
.
queryProduct
();
this
.
queryBanner
();
...
...
src/pages/vip-login/vip-login.js
View file @
209bec3
...
...
@@ -432,7 +432,7 @@ Page({
if
(
!
this
.
data
.
sendAuthCode
)
return
;
let
mobile
=
this
.
data
.
mobile
if
(
!
mobile
||
!
Utils
.
checkMobile
(
mobile
))
{
this
.
show
Log
(
"请输入正确的手机号码"
);
this
.
show
Tips
(
"请输入正确的手机号码"
);
return
}
this
.
getAuthCode
();
...
...
src/utils/date.js
View file @
209bec3
This diff is collapsed.
Click to expand it.
Please
register
or
sign in
to post a comment