Fix:3114 【商城小程序】首页及搜索页面搜索框没有显示浮动词条

This commit is contained in:
modendeveloper
2025-01-22 01:15:10 +08:00
parent 94536b0876
commit 626e747049
4 changed files with 79 additions and 12 deletions
@@ -108,6 +108,7 @@
methods: {
noticeChange(e){
this.index = e.detail.current
this.$emit('change', this.index)
},
// 点击通告栏
clickHandler() {
@@ -19,6 +19,7 @@
:duration="duration"
@close="close"
@click="click"
@change="change"
></u-column-notice>
</template>
<template v-else>
@@ -73,6 +74,9 @@
}
},
methods: {
change(index) {
this.$emit('change', index)
},
// 点击通告栏
click(index) {
this.$emit('click', index)