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
@@ -310,6 +310,7 @@
<script>
import CitySelect from "@/components/CitySelect"
import { pageListenMixins } from '@/mixins/pageListenMixins'
import {
getShopData,
getShopInfo,
@@ -332,6 +333,7 @@ export default {
components: {
CitySelect
},
mixins: [pageListenMixins],
data() {
return {
partnerId: null,
@@ -441,7 +443,8 @@ export default {
reviewStatus: null,
stateTitle: '',
stateType: 'primary',
isPass: false
isPass: false,
pageKeyId: Object.freeze('merchantApplyHotel')
}
},
onLoad(options) {