d
This commit is contained in:
@@ -116,6 +116,12 @@ public class RegisterActivity extends BaseActivity<ActivityRegisterBinding> impl
|
||||
|
||||
return;
|
||||
}
|
||||
if (!mDataBinding.agreewhitemegy.isChecked()) {
|
||||
setToast("请先同意隐私政策");
|
||||
|
||||
return;
|
||||
}
|
||||
|
||||
register(view.getId());
|
||||
break;
|
||||
|
||||
@@ -263,8 +269,16 @@ public class RegisterActivity extends BaseActivity<ActivityRegisterBinding> impl
|
||||
* @param v v
|
||||
*/
|
||||
public void agreementEvent(View v) {
|
||||
Intent intent = new Intent(this, RegisterAgreementActivity.class);
|
||||
startActivity(intent);
|
||||
// Intent intent = new Intent(this, RegisterAgreementActivity.class);
|
||||
// startActivity(intent);
|
||||
WebActivitytwo.runActivity(this, "", "https://wy.dou1.net/articlemobile/index/detail?article_id=1");
|
||||
}
|
||||
/**
|
||||
* 隐私政策
|
||||
*
|
||||
* @param v v
|
||||
*/
|
||||
public void yinagreementEvent(View v) {
|
||||
WebActivitytwo.runActivity(this, "", "https://wy.dou1.net/articlemobile/index/detail?article_id=19");
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user