From 968e0eb975aacd3e09827fc97814757d68182ba6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E5=8A=B2=E9=BE=99?= <2860996570@qq.com> Date: Fri, 23 Aug 2024 09:34:45 +0800 Subject: [PATCH] =?UTF-8?q?2024.8.23=E9=BE=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- manifest.json | 2 +- subEnterprise/threeGuarantees/index.vue | 41 +++++++++++++++++++++---- 2 files changed, 36 insertions(+), 7 deletions(-) diff --git a/manifest.json b/manifest.json index d9d03e7..d1a1a0d 100644 --- a/manifest.json +++ b/manifest.json @@ -1,6 +1,6 @@ { "name" : "江宁城管app", - "appid" : "__UNI__EE8CBC2", + "appid" : "__UNI__9199720", "description" : "", "versionName" : "1.1.0", "versionCode" : "100", diff --git a/subEnterprise/threeGuarantees/index.vue b/subEnterprise/threeGuarantees/index.vue index b649cd7..93c4f7d 100644 --- a/subEnterprise/threeGuarantees/index.vue +++ b/subEnterprise/threeGuarantees/index.vue @@ -5,6 +5,9 @@ --> + @@ -24,6 +27,23 @@ {{titleObj.sbLevel==3?'红牌':titleObj.sbLevel==4?'黄牌':titleObj.sbLevel==5?'绿牌':'暂无'}} + + + 三包等级凭证: + + + 暂无 + + + + + 有效期: + + + 长期有效 + + + {{levelList[0].rateRuleName || ''}} @@ -34,12 +54,12 @@ - - + @@ -61,6 +81,7 @@ }], // 查询参数 queryParams: { + rateRuleName: "", sbLevelName: null, pageNum: 1, pageSize: 10, @@ -71,7 +92,7 @@ shopName: "", }, style: { - p:'font-size:20rpx;!important' + p: 'font-size:20rpx;!important' } }; }, @@ -101,11 +122,20 @@ } }, onSearch() { - this.getList(); + // this.getList(); + this.$refs.uToast.show({ + type: 'default', + title: '默认主题', + message: "暂无更多评级规则", + complete() { + + } + }) + }, onClear() { this.queryParams.sbLevelName = ""; - this.getList(); + // this.getList(); }, getList() { listraterule(this.queryParams).then((res) => { @@ -248,5 +278,4 @@ color: yellowgreen; } } - \ No newline at end of file