|
|
@@ -207,6 +207,10 @@ public class LoginActivity extends BaseActivity implements View.OnClickListener
|
|
|
}
|
|
|
|
|
|
public void onRegister(View view){
|
|
|
- ViewUtil.webLinks(mContext,"https://account.ubtob.com/sso/register","新用户注册");
|
|
|
+ ViewUtil.webLinks(mContext, "https://account.ubtob.com/sso/register", "新用户注册");
|
|
|
+ }
|
|
|
+
|
|
|
+ public void onFindPWD(View view){
|
|
|
+ ViewUtil.webLinks(mContext, "https://account.ubtob.com/user/pwd?appId=home&returnURL=http%3A%2F%2Fwww.ubtob.com%2F", "密码找回");
|
|
|
}
|
|
|
}
|