order 7.22

This commit is contained in:
2020-07-22 18:51:48 +08:00
parent bd604ecec7
commit 818d388f31
8 changed files with 122 additions and 66 deletions

View File

@@ -33,7 +33,7 @@ export default {
},
watch: {
current(index) {
console.log(this.tabList);
// console.log(this.tabList);
this.getPinTuanList(this.tabList[index].gc_id);
}
},
@@ -69,7 +69,6 @@ export default {
// swiper滑动结束分别设置tabs和swiper的状态
animationfinish(e) {
let current = e.detail.current;
this.$refs.uTabs.setFinishCurrent(current);
this.swiperCurrent = current;
this.current = current;
},