From 645834e1c3efb3a8c50dcbda98d87caba04bd421 Mon Sep 17 00:00:00 2001 From: fei.wang <wf18701153496@163.com> Date: 星期三, 13 八月 2025 14:34:02 +0800 Subject: [PATCH] v1.2.8 --- pages/index/equipment.vue | 6 ++++-- 1 files changed, 4 insertions(+), 2 deletions(-) diff --git a/pages/index/equipment.vue b/pages/index/equipment.vue index 428e12d..d8cf5ac 100644 --- a/pages/index/equipment.vue +++ b/pages/index/equipment.vue @@ -59,7 +59,7 @@ <!-- <u-empty text="鏆傛湭寮�鏀�" mode="list" style="width: 90%; top: 30%;left: 5%; position: absolute; "></u-empty> --> <!-- u-search class="searchbg" shape="true" bg-color="rgba(255, 255, 255, 0.5)" placeholder="璇疯緭鍏ュ悕绉�" :show-action="false" :style="{top: topheight+'px',position: 'absolute',width: '50%',left: '25%'}"></u-search> --> - <tagCom v-show="lock==true" @goAchor="goAchor"></tagCom> + <tagCom v-show="lock==true" @goAchor="goAchor" @toposition="toposition"></tagCom> </view> </template> @@ -153,7 +153,9 @@ }, methods: { - +toposition(e){ + this.$emit('toposition',e); + }, goAchor() { // this.isAchor = true this.lock = false -- Gitblit v1.9.3