Feat(页面):页面埋点配置
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user