From 6ab6676e971aea1becd62f462dcb51740c2fa7ad Mon Sep 17 00:00:00 2001
From: whycq <10027870+whycq@user.noreply.gitee.com>
Date: 星期四, 01 八月 2024 16:12:30 +0800
Subject: [PATCH] #

---
 Monitor-APP/pages/home/home.vue |   20 +++++++++++++-------
 1 files changed, 13 insertions(+), 7 deletions(-)

diff --git a/Monitor-APP/pages/home/home.vue b/Monitor-APP/pages/home/home.vue
index 2ca42b2..fcaf2bb 100644
--- a/Monitor-APP/pages/home/home.vue
+++ b/Monitor-APP/pages/home/home.vue
@@ -186,7 +186,7 @@
 								<view style="height: 18%;">
 									<y-box>
 										<view class="flex-col" style="width: 100%;height: 100%;font-size: 4vh;justify-content: center;letter-spacing: 1vh;">
-											涓壃鏅鸿兘澶у睆鏄剧ず绯荤粺
+											鑷姩浠撳簱WCS鐩戞帶骞冲彴
 										</view>
 									</y-box>
 								</view>
@@ -233,15 +233,15 @@
 										<swiper-item class="swiper-item" v-for="(item,i) in swiperList" :key="i">
 											<view style="width: 30%;">{{i+1}} / {{swiperList.length}}</view>
 											<!-- <view style="width: 30%;">鏂欏彿: {{item.matnr}}</view> -->
-											<view style="width: 40%;">鍚嶇О: {{item.maknx}}</view>
-											<view style="width: 30%;">瀹㈡埛: {{item.manu}}</view>
+											<view style="width: 40%;">缂栫爜: {{item.matnr}}</view>
+											<view style="width: 30%;">鍚嶇О: {{item.maknx}}</view>
 											
 											
-											<view style="width: 30%;">鍑哄簱: {{item.count}} / 鎬绘暟: {{item.total}}</view>
-											<view style="width: 40%;">瑙勬牸: {{item.specs}}</view>
-											<view style="width: 30%;">澶囨敞: {{item.memo}}</view>
+											<view style="width: 30%;">鏁伴噺: {{item.count}}</view>
+											<view style="width: 40%;">鍥惧彿: {{item.model}}</view>
+											<view style="width: 30%;">瑙勬牸: {{item.specs ? item.specs : '--'}}</view>
 											
-											
+											<!-- 11 -->
 										</swiper-item>
 									</swiper>
 								</view>
@@ -431,6 +431,12 @@
 				// 娴嬭瘯鐢�
 				
 			},1000)
+			
+			setTimeout(()=> {
+				uni.reLaunch({
+				    url: '/pages/home/home' // 杩欓噷濉啓浣犳兂瑕侀噸鍚悗灞曠ず鐨勯〉闈㈣矾寰�
+			    });
+			},1000*60*60)
 		},
 		methods: {
 			timeOut() {

--
Gitblit v1.9.1