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 | 24 +++++++++++++++--------- 1 files changed, 15 insertions(+), 9 deletions(-) diff --git a/Monitor-APP/pages/home/home.vue b/Monitor-APP/pages/home/home.vue index 1c3c5fb..fcaf2bb 100644 --- a/Monitor-APP/pages/home/home.vue +++ b/Monitor-APP/pages/home/home.vue @@ -233,13 +233,13 @@ <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> @@ -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