健康报告生成

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

@@ -31,7 +31,7 @@ Page({
if (options.scene) {
id = options.scene;
}
wx.showLoading({
title: '加载中...',
mask: true,
@@ -178,11 +178,6 @@ Page({
})
},
// 弹框背景禁止滑动
unMove() {
return;
},
// 关闭购买vip弹框
closeBuyVipPopup() {
this.setData({
@@ -289,4 +284,4 @@ Page({
})
}
})
})