From 349779c5a4e789cdf0b15530c98b9c981d4df57a Mon Sep 17 00:00:00 2001
From: zhang <zc857179121@qq.com>
Date: 星期一, 09 六月 2025 14:21:36 +0800
Subject: [PATCH] 代码

---
 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