From 458972a22dc91a2a4ac37bde828cde16caa3b732 Mon Sep 17 00:00:00 2001 From: liuye Date: Wed, 9 Feb 2022 17:51:05 +0800 Subject: [PATCH] =?UTF-8?q?=E5=81=A5=E5=BA=B7=E4=B8=8A=E6=8A=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/saas/AppHealthUp/OtherStatistics.vue | 6 ++++-- src/saas/AppHealthUp/OtherUser.vue | 24 ++++++++++++++---------- 2 files changed, 18 insertions(+), 12 deletions(-) diff --git a/src/saas/AppHealthUp/OtherStatistics.vue b/src/saas/AppHealthUp/OtherStatistics.vue index bfd7739d..07ad2fc5 100644 --- a/src/saas/AppHealthUp/OtherStatistics.vue +++ b/src/saas/AppHealthUp/OtherStatistics.vue @@ -7,7 +7,7 @@
姓名
-
+
@@ -77,7 +77,8 @@ export default { month: '', selectDay: '', healthInfo: {}, - userId: '' + userId: '', + wxUserId: '' } }, computed: { @@ -85,6 +86,7 @@ export default { }, onLoad(option) { this.userId = option.id + this.wxUserId = option.wxUserId var date = new Date(); this.selectDay = date.getDate() this.month = date.getMonth() + 1 diff --git a/src/saas/AppHealthUp/OtherUser.vue b/src/saas/AppHealthUp/OtherUser.vue index ee901626..cc341bbe 100644 --- a/src/saas/AppHealthUp/OtherUser.vue +++ b/src/saas/AppHealthUp/OtherUser.vue @@ -1,14 +1,14 @@