From 31a87039ce8b88e4c180c535eadbdcdbe2c18038 Mon Sep 17 00:00:00 2001 From: liuye Date: Fri, 1 Jul 2022 14:46:43 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8A=A0=E5=88=86=E9=A1=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/project/sanjianxi/AppApplyPoint/detail.vue | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/src/project/sanjianxi/AppApplyPoint/detail.vue b/src/project/sanjianxi/AppApplyPoint/detail.vue index 989692f..128b405 100644 --- a/src/project/sanjianxi/AppApplyPoint/detail.vue +++ b/src/project/sanjianxi/AppApplyPoint/detail.vue @@ -34,9 +34,7 @@
加分项
-
- ,{{item.viewCount}} -
+
{{info.integralRule.auditIntegralItem}}
积分调整
@@ -91,9 +89,9 @@ export default { this.$instance.post(`/app/apppartyintegraldeclare/queryDetailById?id=${this.id}`).then(res => { if (res.code == 0) { this.info = res.data - if(this.info.integralRule && this.info.integralRule.ladderRule) { - this.info.integralRule.ladderRule = JSON.parse(this.info.integralRule.ladderRule) - } + // if(this.info.integralRule && this.info.integralRule.ladderRule) { + // this.info.integralRule.ladderRule = JSON.parse(this.info.integralRule.ladderRule) + // } } }) },