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 @@