Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yoho-brand-shop
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
李奇
2018-03-13 11:21:14 +0800
Commit
a5482cb6705dfad76321138a2b057564a94e18f7
1 parent
af50ec18
complete
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
0 deletions
app/pages/account/bindMobile.js
app/pages/account/bindMobile.js
View file @
a5482cb
...
...
@@ -228,5 +228,13 @@ Page({
},
chooseArea
:
function
()
{
router
.
go
(
'chooseArea'
);
},
/**
* 监听验证码组件
*/
onRefreshCode
:
function
(
event
)
{
this
.
setData
({
degrees
:
event
.
detail
.
degrees
.
join
(
','
)
});
}
});
...
...
Please
register
or
login
to post a comment