From 6dd72741e4eb362ded3d5589642098fafded9e99 Mon Sep 17 00:00:00 2001 From: caill <815519168@qq.com> Date: Tue, 28 Mar 2023 08:47:03 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9F=BA=E7=A1=80=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- common/style/layout.css | 2 +- manifest.json | 4 +- pages/management/hcxcheck.vue | 131 ++++++++++++++++++++++++++++++---- 3 files changed, 122 insertions(+), 15 deletions(-) diff --git a/common/style/layout.css b/common/style/layout.css index 0f5c12b..6991250 100644 --- a/common/style/layout.css +++ b/common/style/layout.css @@ -179,7 +179,7 @@ uni-button:after { align-content: flex-start; align-items: flex-start; width: calc(100% - 30px); - height: calc(100% - 137px);/** 42+15*4+35 */ + height: calc(100% - 152px);/** 42+15*5+35 */ margin: 15px auto; padding: 15px 15px 0 15px; overflow-y: auto; diff --git a/manifest.json b/manifest.json index fe66c2b..b7a015b 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { - "name" : "pad-hl-hcx-four", + "name" : "海亮缓存线", "appid" : "__UNI__80C78D1", - "description" : "", + "description" : "海亮缓存线平板系统", "versionName" : "1.0.0", "versionCode" : "100", "transformPx" : false, diff --git a/pages/management/hcxcheck.vue b/pages/management/hcxcheck.vue index 92a26a5..a700977 100644 --- a/pages/management/hcxcheck.vue +++ b/pages/management/hcxcheck.vue @@ -1,15 +1,15 @@ @@ -51,7 +119,19 @@ return { options1: [], index1: '', - dataList: [] + options2: [], + index2: '', + options3: [], + index3: '', + val1: '', + val2: '', + val3: '', + val4: '', + val5: '', + val6: '', + dataList: [], + active: false + }; }, created () { @@ -65,9 +145,13 @@ this.index1 = e }, toInfo(e) { - uni.navigateTo({ - url: `/pages/management/hcxInfo` - }) + // uni.navigateTo({ + // url: `/pages/management/hcxInfo` + // }) + this.active = true + }, + closePop () { + this.active = false } } } @@ -75,13 +159,36 @@