Feat(页面):页面埋点配置
This commit is contained in:
@@ -90,14 +90,17 @@
|
||||
import {
|
||||
customizedGift
|
||||
} from '@/api/product'
|
||||
import { pageListenMixins } from '@/mixins/pageListenMixins'
|
||||
export default {
|
||||
name: 'GiftList',
|
||||
mixins: [pageListenMixins],
|
||||
data() {
|
||||
return {
|
||||
provinceList: [],
|
||||
topBannerHtml: '',
|
||||
topBannerUrl: '',
|
||||
toggleStatus: false
|
||||
toggleStatus: false,
|
||||
pageKeyId: Object.freeze('customizedGiftIndex')
|
||||
}
|
||||
},
|
||||
onLoad() {
|
||||
@@ -148,7 +151,7 @@ export default {
|
||||
return
|
||||
}
|
||||
uni.navigateTo({
|
||||
url: `/pages/shop/GoodsCon/index?id=${productId}`
|
||||
url: `/pages/shop/GoodsCon/index?id=${productId}&from=gift`
|
||||
})
|
||||
},
|
||||
toggleHandle(value) {
|
||||
|
||||
Reference in New Issue
Block a user