bind-dialog-tip.hbs 418 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 12 13 {{#if isBind}} <div class="bind-title"> 该手机号已经绑定Yoho!Family其他账号,点击“继续”,将解绑并绑定当前账号,是否继续? </div> <div class="bind-subtitle"> 解绑后原账号将不可使用该手机号登录! </div> {{else if isRegister}} <div class="bind-title"> 该手机号已被注册,是否继续绑定? 点击“继续”原注册账号将被停用! </div> {{/if}}