Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohoblk-wap
·
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
ccbikai
2016-07-21 11:57:38 +0800
Commit
f418d50a329ff7db0bfecbe2c06c8a1c20bf80b2
1 parent
3e9d10a5
修改事件
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
public/vue/channel/tab.vue
public/vue/component/resources/index.vue
public/vue/channel/tab.vue
View file @
f418d50
...
...
@@ -37,7 +37,7 @@
methods: {
changeChannel(index) {
this.current = index;
bus.$emit('chan
geChannel
', this.page, this.channel[index].channel);
bus.$emit('chan
nel.change
', this.page, this.channel[index].channel);
}
}
};
...
...
public/vue/component/resources/index.vue
View file @
f418d50
...
...
@@ -94,7 +94,7 @@
},
created() {
this.getResourcesData();
bus.$on('chan
geChannel
', (page, channel) => {
bus.$on('chan
nel.change
', (page, channel) => {
this.contentCode = contentCode[page][channel];
});
}
...
...
Please
register
or
login
to post a comment