|
|
@@ -82,7 +82,6 @@ import { reactive, shallowRef, ref, computed, onMounted, useAttrs } from 'vue'
|
|
|
import { CellGroup, Cell, Button, Field, Form, FormInstance, Checkbox, showFailToast, showToast, FieldRule, Popup, Picker, PickerConfirmEventParams, showSuccessToast } from 'vant'
|
|
|
import { useCountDown } from '@vant/use'
|
|
|
import { fullloading, dialog } from '@/utils/vant'
|
|
|
-import { tmMatchAccountID } from '@/filters'
|
|
|
import { validateRules } from '@/constants/regex'
|
|
|
import { useMetaPixel } from '@/hooks/meta-pixel'
|
|
|
import { useNavigation } from '@mobile/router/navigation'
|
|
|
@@ -245,9 +244,7 @@ const formRules: { [key: string]: FieldRule[] } = {
|
|
|
// 路由跳转
|
|
|
const routerAction = () => {
|
|
|
// 追踪注册结果
|
|
|
- trackEvent('Lead', {
|
|
|
- content_name: tmMatchAccountID(formData.mobilephone)
|
|
|
- })
|
|
|
+ trackEvent('Lead')
|
|
|
|
|
|
if (attrs.onRouterAction) {
|
|
|
emit('routerAction')
|