From 1880fd1498b69377b0f228913022c7bda2a1d629 Mon Sep 17 00:00:00 2001
From: zhang <zc857179121@qq.com>
Date: 星期四, 12 六月 2025 14:31:31 +0800
Subject: [PATCH] 12

---
 pages/basics/matQuery.vue |   11 +++++++++++
 1 files changed, 11 insertions(+), 0 deletions(-)

diff --git a/pages/basics/matQuery.vue b/pages/basics/matQuery.vue
index dbd037b..1c77b27 100644
--- a/pages/basics/matQuery.vue
+++ b/pages/basics/matQuery.vue
@@ -35,6 +35,14 @@
 						</view>
 					</view>
 				</view>
+				<view class="text-box">
+					<view class="text-title"><text>杈呮暟閲�</text></view>
+					<view class="text-title">
+						<view>
+							<uni-number-box v-model="matData.weight" :value="matData.weight" :max="99999999" color="#747474" @change="changeValue2"/>
+						</view>
+					</view>
+				</view>
 			</view>
 		</view>
 		<view class="foot flex justify-center">
@@ -86,6 +94,9 @@
 			changeValue(value) {
 				this.matData.anfme = value
 			},
+			changeValue2(value) {
+				this.matData.weight = value
+			},
 			back() {
 				if (this.matData.anfme === 0) {
 					uni.showToast({title: '璇疯緭鍏ユ暟閲�', icon: "none", position: 'top'});

--
Gitblit v1.9.1