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
Email Patches
Plain Diff
Browse Files
Authored by
王水玲
2016-07-21 14:08:55 +0800
Commit
d576fc9f0e342589aa4d8d4561a6840751288be7
1 parent
fb8a99c7
第三方登录关联接口地址修改
Hide 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 @
d576fc9
...
...
@@ -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 @
d576fc9
/**
* 绑定成功页面
**/
\ No newline at end of file
...
...
Please
register
or
login
to post a comment