Feat(页面):页面埋点配置

This commit is contained in:
lifizer
2024-06-17 23:13:22 +08:00
parent 19914b5b0d
commit cef0177716
55 changed files with 552 additions and 377 deletions
+4 -1
View File
@@ -156,12 +156,14 @@ import CitySelect from "@/components/CitySelect";
import {getShopData, getWholesaler, removeApply, saveWholesaler} from "@/api/join";
import {getCity, registerVerify} from "@/api/user";
import {chooseImage} from "@/utils";
import { pageListenMixins } from '@/mixins/pageListenMixins'
export default {
name: "pkgJoinWholesaler",
components: {
CitySelect
},
mixins: [pageListenMixins],
data() {
return {
tips: "",
@@ -233,7 +235,8 @@ export default {
reviewStatus: null,
stateTitle: "",
stateType: "primary",
isPass: false
isPass: false,
pageKeyId: Object.freeze('merchantApplyWholesaler')
}
},
onLoad(options) {