Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuy-node
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
1
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Plain Diff
Browse Files
Authored by
梁志锋
2016-07-21 14:42:01 +0800
Commit
ac707e020efb07097f3d1a812c984ed4188f0b6a
2 parents
4b544919
76d46294
Merge remote-tracking branch 'remotes/origin/release/4.8'
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
1 deletions
apps/passport/models/bind-service.js
public/js/passport/bind-success.page.js
apps/passport/models/bind-service.js
View file @
ac707e0
...
...
@@ -59,7 +59,7 @@ const BindService = {
},
relateMobile
(
openId
,
sourceType
,
mobile
,
area
)
{
return
api
.
get
(
''
,
{
method
:
'app.passport.relateMobile'
,
method
:
'app.passport.relate
d
Mobile'
,
mobile
:
mobile
,
openId
:
openId
,
source_type
:
sourceType
,
...
...
public/js/passport/bind-success.page.js
0 → 100644
View file @
ac707e0
/**
* 绑定成功页面
**/
...
...
Please
register
or
login
to post a comment