|
|
@@ -197,6 +197,7 @@ export default {
|
|
|
* 点击注册
|
|
|
*/
|
|
|
doRegist() {
|
|
|
+ this.$pushCNZZ.event("注册","注册点击","");
|
|
|
let mobile = this.ruleFormPhone.mobile;
|
|
|
let register = async body => {
|
|
|
if (this.isRegistering) {
|
|
|
@@ -217,6 +218,7 @@ export default {
|
|
|
setTimeout(() => {
|
|
|
location.href = "/user/success";
|
|
|
}, 1000);
|
|
|
+ this.$pushCNZZ.event("注册","注册成功","");
|
|
|
}
|
|
|
};
|
|
|
if (this.usePhone) {
|