const _app = getApp() Page({ data: { popupShow: true, popupType: 'inhibitors', popupParams: {}, }, onLoad() {}, }) export {}