From 4d46463aade5994d2a35c573f4f370b7087d9c4e Mon Sep 17 00:00:00 2001 From: shijingjing <1789544664@qq.com> Date: Wed, 28 Dec 2022 14:00:07 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8D=A2=E5=AD=97=E5=85=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/project/pidu/AppPointsApply/AppPointsApply.vue | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/src/project/pidu/AppPointsApply/AppPointsApply.vue b/src/project/pidu/AppPointsApply/AppPointsApply.vue index c0595f28..3bacffe4 100644 --- a/src/project/pidu/AppPointsApply/AppPointsApply.vue +++ b/src/project/pidu/AppPointsApply/AppPointsApply.vue @@ -4,12 +4,11 @@

申请记录

-
{{ item.applyItem }}
-
{{ $dict.getLabel('integralApplyStatus',item.status) }}
+
{{ $dict.getLabel('integralDeclareStatus',item.status) }}
积分+{{ item.applyIntegral }}
@@ -32,7 +31,7 @@ export default { } }, onShow() { - this.$dict.load('integralApplyStatus').then(() => { + this.$dict.load('integralDeclareStatus').then(() => { this.getPointsList() }) }, @@ -40,13 +39,6 @@ export default { toAdd() { uni.navigateTo({url: './addPoints'}) }, - toEdit(item) { - if(item.status == '1') { - // 审核通过停留此页面 - } else { - uni.navigateTo({url: `./addPoints?id=${item.id}`}) - } - }, getPointsList() { this.$http.post(`/app/appintegralmemberapply/listByGirdMember`, null, { params: {