From 3cdd4897c9d9daf4d4588e0e9c177f62547bbd0a Mon Sep 17 00:00:00 2001 From: whycq <913841844@qq.com> Date: 星期三, 14 八月 2024 11:00:16 +0800 Subject: [PATCH] # --- Monitor-APP/pages/home/home.vue | 28 +++++++++++++++++----------- 1 files changed, 17 insertions(+), 11 deletions(-) diff --git a/Monitor-APP/pages/home/home.vue b/Monitor-APP/pages/home/home.vue index 2ca42b2..1ec9504 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> @@ -422,15 +422,21 @@ this.getOther() // this.getDate() this.getDate2() - // this.getInfo() - // this.getError() - this.getInfo2() - this.getError2() + this.getInfo() + this.getError() + // this.getInfo2() + // this.getError2() this.getUrl() this.controller() // 娴嬭瘯鐢� },1000) + + setTimeout(()=> { + uni.reLaunch({ + url: '/pages/home/home' // 杩欓噷濉啓浣犳兂瑕侀噸鍚悗灞曠ず鐨勯〉闈㈣矾寰� + }); + },1000*60*60) }, methods: { timeOut() { -- Gitblit v1.9.1