Authored by baoss

曝光格式调整

... ... @@ -127,7 +127,7 @@ export default {
this.$store.dispatch('reportYas', {
params: {
appop: 'XY_UFO_SHOW_EVENT',
param: reportParams
param: {DATA:reportParams}
}
});
... ...
... ... @@ -239,7 +239,7 @@ export default {
// console.log(this.homeYasParams)
this.$store.dispatch('reportYas', {
params: {
param: this.homeYasParams,
param: {DATA:this.homeYasParams},
appop: 'XY_UFO_SHOW_EVENT'
}
});
... ... @@ -271,7 +271,7 @@ export default {
TAB_NAME: params.title});
}
},
async getIndex({index, params}) {
async getIndex({index, params}) {
this.selectedCategory = params;
this.active = Number(index);
this.isShow && this.$refs.scroll.scrollTo(this.navTop);
... ...