From 9b0834f4c1dfa4a8d2316bec3f693ba6ab3db524 Mon Sep 17 00:00:00 2001 From: houjunxiang Date: Mon, 19 Jan 2026 09:42:26 +0800 Subject: [PATCH] =?UTF-8?q?feat:=E5=A4=A9=E5=B9=B3=E9=80=89=E6=8B=A9?= =?UTF-8?q?=E9=87=8A=E6=94=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/sample/auncel-select-popup.vue | 5 +++-- manifest.json | 4 ++-- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/components/sample/auncel-select-popup.vue b/components/sample/auncel-select-popup.vue index 28389fb..470ceda 100644 --- a/components/sample/auncel-select-popup.vue +++ b/components/sample/auncel-select-popup.vue @@ -218,6 +218,7 @@ onMounted(() => { }) onUnmounted(() => { + releaseDeviceControl(props.previousAuncelId) closeDeviceListener() }) function getWeightText(auncel) { @@ -244,8 +245,8 @@ function getWeightStyle(auncel) { return { textAlign: 'right', fontSize: '32px', - paddingRight:'20px', - lineHeight: 1 + paddingRight: '20px', + lineHeight: 1 } } diff --git a/manifest.json b/manifest.json index 004c044..1aa0765 100644 --- a/manifest.json +++ b/manifest.json @@ -2,8 +2,8 @@ "name" : "实验室管理系统", "appid" : "__UNI__4B3B4B0", "description" : "实验室管理系统", - "versionName" : "1.0.7", - "versionCode" : 107, + "versionName" : "1.0.8", + "versionCode" : 108, "transformPx" : false, "app-plus" : { "usingComponents" : true,