diff --git a/src/patient/pages/hormones/index.scss b/src/patient/pages/hormones/index.scss index ce973c8..0a05e58 100644 --- a/src/patient/pages/hormones/index.scss +++ b/src/patient/pages/hormones/index.scss @@ -138,10 +138,15 @@ page { min-width: 3em; max-width: 4em; color: #211D2E; + font-size: 40rpx; } .palce-input{ color: #ADACB2; } + .sub{ + font-size: 40rpx; + color: #211D2E; + } } .description { margin-top: 32rpx; diff --git a/src/patient/pages/hormones/index.ts b/src/patient/pages/hormones/index.ts index 733c464..3d3728b 100644 --- a/src/patient/pages/hormones/index.ts +++ b/src/patient/pages/hormones/index.ts @@ -83,9 +83,14 @@ Page({ focus: false, }, onLoad(options) { + console.log("DEBUGPRINT[139]: index.ts:85: options=", options) app.waitLogin({ type: [1] }).then(() => { this.getBaseInfo() if (Number(options.id) > 0) { + wx.showToast({ + icon: 'none', + title: '每日仅录入1次,您可修改已录信息', + }) this.getDetail(options.id) } }) diff --git a/src/patient/pages/hormonesStart/index.ts b/src/patient/pages/hormonesStart/index.ts index cdb3ee3..bab7a34 100644 --- a/src/patient/pages/hormonesStart/index.ts +++ b/src/patient/pages/hormonesStart/index.ts @@ -7,10 +7,6 @@ Page({ onLoad(options) { app.waitLogin({ type: [1] }).then(() => { if (options.id) { - wx.showToast({ - icon: 'none', - title: '每日仅录入1次,您可修改已录信息', - }) this.setData({ id: options.id, }) diff --git a/src/patient/pages/index/index.wxml b/src/patient/pages/index/index.wxml index 8c46bc9..d1cf2f9 100644 --- a/src/patient/pages/index/index.wxml +++ b/src/patient/pages/index/index.wxml @@ -90,7 +90,7 @@ 最近一次录入时间 {{hormoneDetail.createTime}}