Fix:3114 【商城小程序】首页及搜索页面搜索框没有显示浮动词条
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user