diff --git a/src/project/fengdu/AppRedemptionPoints/AppRedemptionPoints.vue b/src/project/fengdu/AppRedemptionPoints/AppRedemptionPoints.vue index 234dbd3..250280c 100644 --- a/src/project/fengdu/AppRedemptionPoints/AppRedemptionPoints.vue +++ b/src/project/fengdu/AppRedemptionPoints/AppRedemptionPoints.vue @@ -98,13 +98,16 @@ export default { ...mapState(['user']), }, onLoad() { - this.getToatl() + this.getTotal() this.$dict.load(['integralSGType']).then(() => { this.getList() }) }, + onShow() { + this.getTotal() + }, methods: { - getToatl() { + getTotal() { this.$instance.post(`/app/appintegraluser/integralUserInfoFD`).then(res => { if (res?.data) { this.total = res.data.integral || 0 diff --git a/src/project/fengdu/AppRedemptionPoints/pointsPublicity.vue b/src/project/fengdu/AppRedemptionPoints/pointsPublicity.vue index 51804ad..2784597 100644 --- a/src/project/fengdu/AppRedemptionPoints/pointsPublicity.vue +++ b/src/project/fengdu/AppRedemptionPoints/pointsPublicity.vue @@ -42,7 +42,7 @@