Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
xianyu-ufo-app-web
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
baoss
5 years ago
Commit
72de36e096b882a590a73b6d3bce5fc49eb698c2
1 parent
2357b0ea
曝光格式调整
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
apps/pages/category/category.vue
apps/pages/home/channel/channel.vue
apps/pages/category/category.vue
View file @
72de36e
...
...
@@ -127,7 +127,7 @@ export default {
this.$store.dispatch('reportYas', {
params: {
appop: 'XY_UFO_SHOW_EVENT',
param:
reportParams
param:
{DATA:reportParams}
}
});
...
...
apps/pages/home/channel/channel.vue
View file @
72de36e
...
...
@@ -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);
...
...
Please
register
or
login
to post a comment