健康报告生成

This commit is contained in:
limqhz
2021-03-08 22:51:14 +08:00
parent f09c3ecb4e
commit c3b5b50464
13 changed files with 274 additions and 17 deletions

View File

@@ -258,6 +258,16 @@ Page({
})
},
// 跳转公告详情
pushHealthDocs(e) {
wx.navigateTo({
url: `/pages/healthDocs/index`,
success: function(res) {},
fail: function(res) {},
complete: function(res) {},
})
},
// 获取授权
setAuthSuccess(e) {
if (e.detail.authSetting['scope.userLocation']) {