From 6be8b9f43be3670473ddfaebafe18a1be644ca1d Mon Sep 17 00:00:00 2001
From: skyouc
Date: 星期一, 05 五月 2025 16:06:14 +0800
Subject: [PATCH] 组托问题修复

---
 pages/listing/untie.vue |   10 ++++++++--
 1 files changed, 8 insertions(+), 2 deletions(-)

diff --git a/pages/listing/untie.vue b/pages/listing/untie.vue
index 9645a1a..b00f8ad 100644
--- a/pages/listing/untie.vue
+++ b/pages/listing/untie.vue
@@ -4,6 +4,7 @@
 			<view class="cu-form-group margin-top">
 				<view class="title">瀹瑰櫒鍙�</view>
 				<input placeholder="璇锋壂鎻忓鍣ㄥ彿" v-model="container" focus></input>
+				<text class='cuIcon-search text-blue' </text>
 			</view>
 
 			<view class="cu-form-group ">
@@ -142,8 +143,13 @@
 						position: 'top'
 					})
 				}
-
-
+			},
+			scrollTo() {
+				const ref = this.$refs[`${this.barcode}ref`][0];
+				uni.pageScrollTo({
+					scrollTop: ref.$el.offsetTop,
+					duration: 300
+				})
 			},
 			remove(index) {
 				this.list.splice(index, 1);

--
Gitblit v1.9.1