From 9b9a5cb1c78532bc10a3b134e50363e39eb1beae Mon Sep 17 00:00:00 2001 From: shijingjing <1789544664@qq.com> Date: Wed, 20 Apr 2022 18:15:51 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BC=BA=E5=9B=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../AppGreatPowerIntegral.vue | 4 ++-- .../AppGreatPowerIntegral/editIntegral.vue | 14 ++++++++------ 2 files changed, 10 insertions(+), 8 deletions(-) diff --git a/project/sanjianxi/AppGreatPowerIntegral/AppGreatPowerIntegral.vue b/project/sanjianxi/AppGreatPowerIntegral/AppGreatPowerIntegral.vue index bd23708..2a72e97 100644 --- a/project/sanjianxi/AppGreatPowerIntegral/AppGreatPowerIntegral.vue +++ b/project/sanjianxi/AppGreatPowerIntegral/AppGreatPowerIntegral.vue @@ -20,7 +20,7 @@
-
修改学习强国
+
修改学习强国
@@ -48,7 +48,7 @@ export default { getIntegral() { this.$instance.post('/app/appparty/getPartyIntegralDetail',null,{ params: { - id: this.user.id, + id: this.user.partyId, } }).then((res) => { if(res?.data) { diff --git a/project/sanjianxi/AppGreatPowerIntegral/editIntegral.vue b/project/sanjianxi/AppGreatPowerIntegral/editIntegral.vue index 201442c..4f1b6b8 100644 --- a/project/sanjianxi/AppGreatPowerIntegral/editIntegral.vue +++ b/project/sanjianxi/AppGreatPowerIntegral/editIntegral.vue @@ -3,7 +3,7 @@
*学习强国
- +
@@ -27,13 +27,14 @@ export default { }, onLoad(o) { this.partyMemberId = o.partyMemberId - this.id = o.id + this.id = o.partyId + this.getIntegral() }, methods: { getIntegral() { this.$instance.post('/app/appparty/getPartyIntegralDetail',{ params: { - id: this.id, + id: this.partyId, } }).then((res) => { if(res?.data) { @@ -69,12 +70,13 @@ export default {