From d1b091216485dcfb239c42dce96edeb3024e16af Mon Sep 17 00:00:00 2001 From: liuye Date: Wed, 4 Jan 2023 09:56:55 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E7=A7=AF=E5=88=86=E6=98=8E=E7=BB=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/project/qianxinan/AppGirdIntegral/AppGirdIntegral.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/project/qianxinan/AppGirdIntegral/AppGirdIntegral.vue b/src/project/qianxinan/AppGirdIntegral/AppGirdIntegral.vue index 1d3ea5e5..f5111d82 100644 --- a/src/project/qianxinan/AppGirdIntegral/AppGirdIntegral.vue +++ b/src/project/qianxinan/AppGirdIntegral/AppGirdIntegral.vue @@ -66,7 +66,8 @@ this.$http.post("/app/appscoredetail/list", null, { params: { size: 10, - current: this.current + current: this.current, + sysUserId: this.user.id } }).then(res => { if (res && res.data) { From 16f8c203638c138340552a9286a5bf22fb57f068 Mon Sep 17 00:00:00 2001 From: liuye Date: Wed, 4 Jan 2023 09:59:12 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E5=AF=BC=E8=88=AA=E6=A0=8F=E6=A0=87?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/project/qianxinan/AppGirdIntegral/AppGirdIntegral.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/project/qianxinan/AppGirdIntegral/AppGirdIntegral.vue b/src/project/qianxinan/AppGirdIntegral/AppGirdIntegral.vue index f5111d82..fce71534 100644 --- a/src/project/qianxinan/AppGirdIntegral/AppGirdIntegral.vue +++ b/src/project/qianxinan/AppGirdIntegral/AppGirdIntegral.vue @@ -58,7 +58,7 @@ }, onShow() { - document.title = '网格员积分' + document.title = '我的积分' }, methods: {