Merge branch 'dev-yxl' of gitee.com:zongzhige/shopxo-uniapp into dev

master
gongfuxiang 2025-02-12 18:54:08 +08:00
commit 5407d2ceee
1 changed files with 9 additions and 2 deletions

View File

@ -338,20 +338,27 @@
popup_status: false,
});
this.$emit('onTabsTap', index, tabs_list_item);
setTimeout(() => {
this.$emit('tabsZindex', 11)
}, 200)
},
//
category_check_event() {
this.$emit('tabsZindex', 13)
this.setData({
popup_status: true,
});
setTimeout(() => {
this.$emit('tabsZindex', 13)
}, 0)
},
//
quick_close_event(e) {
this.$emit('tabsZindex', 11)
this.setData({
popup_status: false,
});
setTimeout(() => {
this.$emit('tabsZindex', 11)
}, 200)
},
},
};