1
This commit is contained in:
parent
31cf3c4e71
commit
42138777e3
@ -287,7 +287,11 @@ public class RegisterActivity extends AbsActivity {
|
|||||||
// getPromoCode();
|
// getPromoCode();
|
||||||
//获取设备唯一标识符
|
//获取设备唯一标识符
|
||||||
getUuidDevice();
|
getUuidDevice();
|
||||||
|
//获取验证码
|
||||||
|
AdjustEvent adjustEvent1 = new AdjustEvent("rrcbdh");
|
||||||
|
Adjust.trackEvent(adjustEvent1);
|
||||||
|
mFirebaseAnalytics.logEvent("FS_phone_getcode", null);
|
||||||
|
logger.logEvent("FB_phone_getcode");
|
||||||
} else if (i == R.id.btn_register) {
|
} else if (i == R.id.btn_register) {
|
||||||
|
|
||||||
AdjustEvent adjustEvent1 = new AdjustEvent("wrajax");
|
AdjustEvent adjustEvent1 = new AdjustEvent("wrajax");
|
||||||
@ -343,11 +347,7 @@ public class RegisterActivity extends AbsActivity {
|
|||||||
if (!TextUtils.isEmpty(msg) && msg.contains("123456")) {
|
if (!TextUtils.isEmpty(msg) && msg.contains("123456")) {
|
||||||
ToastUtil.show(msg);
|
ToastUtil.show(msg);
|
||||||
}
|
}
|
||||||
//获取验证码
|
|
||||||
AdjustEvent adjustEvent1 = new AdjustEvent("rrcbdh");
|
|
||||||
Adjust.trackEvent(adjustEvent1);
|
|
||||||
mFirebaseAnalytics.logEvent("FS_phone_getcode", null);
|
|
||||||
logger.logEvent("FB_phone_getcode");
|
|
||||||
} else {
|
} else {
|
||||||
ToastUtil.show(msg);
|
ToastUtil.show(msg);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user