|
@@ -1,12 +1,17 @@
|
|
|
-2022-10-21
|
|
|
- 1,我的页面,0次的时候应只有一个充值按钮,有次数才显示预约按钮 fixed
|
|
|
- 2,我的页面,onshow的时候重新获取检测机会 fixed
|
|
|
- 3,我的档案,没有记录的时候,管理的按钮不应该有,新建的按钮拉长 fixed
|
|
|
- 4,我的档案,下面的管理,新建按钮改为小程序Button组件,适配 12/13 Pro Max fixed
|
|
|
- 5,输入框输入的文字颜色加重,避免和placeholder相同 fixed
|
|
|
- 6,我的预约,待检测账号字段去除 fixed
|
|
|
- 7、小程序默认页面改为index fixed
|
|
|
- 8,accessToken使用本地保存,不用每次使用wx.login获取。用户端有效期7天,工作人员2天 fixed
|
|
|
-
|
|
|
-2022-10-22
|
|
|
- 1,
|
|
|
+"pages/index/index", // 首页
|
|
|
+"pages/report/report", // 报告
|
|
|
+"pages/my/my", // 我的
|
|
|
+"pages/buy/buy", // 套餐购买
|
|
|
+"pages/appointment/appointment", // 预约
|
|
|
+"pages/handleFile/handleFile", // 档案管理
|
|
|
+"pages/createFile/createFile", // 创建档案
|
|
|
+"pages/address/address", // 我的地址
|
|
|
+"pages/addressAdd/addressAdd", // 新增地址
|
|
|
+"pages/set/set", // 设置
|
|
|
+"pages/myAppointment/myAppointment", // 我的预约
|
|
|
+"pages/myFile/myFile", // 我的档案
|
|
|
+"pages/reportDetail/reportDetail", // 档案详情
|
|
|
+"pages/myRecord/myRecord", // 我的记录
|
|
|
+"pages/exchange/exchange", // 充值
|
|
|
+"pages/aboutUs/aboutUs", // 关于我们
|
|
|
+"pages/userAgreement/userAgreement" // 用户协议
|