From ebf6ef2aa61cb49229f50b4899f773eaaf80100e Mon Sep 17 00:00:00 2001 From: liuye Date: Fri, 1 Jul 2022 14:23:00 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A7=AF=E5=88=86=E8=AF=A6=E6=83=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/project/sanjianxi/AppApplyPoint/detail.vue | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/project/sanjianxi/AppApplyPoint/detail.vue b/src/project/sanjianxi/AppApplyPoint/detail.vue index 8a0e0c2..989692f 100644 --- a/src/project/sanjianxi/AppApplyPoint/detail.vue +++ b/src/project/sanjianxi/AppApplyPoint/detail.vue @@ -34,7 +34,9 @@
加分项
-
{{info.integralRule.eventName}}
+
+ ,{{item.viewCount}} +
积分调整
@@ -89,6 +91,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) + } } }) },