Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuywap-node
·
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-01-30 14:37:39 +0800
Commit
60bc4d4e17de5e1fc966a04e7af8ce0d035a6181
1 parent
13496497
'绑定文案调整'
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
15 additions
and
5 deletions
public/hbs/passport/bind-dialog-tip.hbs
public/scss/passport/bind-mobile.page.css
public/hbs/passport/bind-dialog-tip.hbs
View file @
60bc4d4
{{#if
isBind
}}
<div
class=
"bind-title"
>
该手机已绑定Yoho!Family其他账号,
点击“继续”将解绑并绑定当前账号,
是否继续?
该手机号已经绑定Yoho!Family其他账号,点击“继续”,将解绑并绑定当前账号,是否继续?
</div>
<div
class=
"bind-subtitle"
>
解绑后原账号将不可使用该手机号登录!
</div>
{{else
if
isRegister
}}
<div
class=
"bind-title"
>
该账号已被注册,是否选择绑定?
点击“继续”原注册账号将被停用!
该手机号已被注册,是否继续绑定?
点击“继续”原注册账号将被停用!
</div>
{{/if}}
...
...
public/scss/passport/bind-mobile.page.css
View file @
60bc4d4
...
...
@@ -40,5 +40,17 @@
.dialog-box
{
background-color
:
#fff
;
color
:
#444
;
font-size
:
28px
;
}
.dialog-left-btn
{
color
:
#b0b0b0
;
font-size
:
32px
;
}
.dialog-right-btn
{
color
:
#d0021b
;
font-size
:
32px
;
}
}
...
...
Please
register
or
login
to post a comment