diff --git a/README.md b/README.md index d5848f6..d79dc24 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,6 @@ +18910233000 +1111 + 1. user 打开小程序进入 身份认证页面 2. 判断图片是否涂抹 3. 图像识别模糊 可以反向确认 通过ocr识别接口 接入ocr同时识别不到 姓名,年龄等字样,及判断该病历已被涂抹 @@ -54,3 +57,5 @@ v1.7 1. 帮助手册:个人中心提供帮助手册入口; 2. 医生增加成2个手机号登录的功能; 3. 对话框列表,提供病例悬浮按钮,点击后半屏浮层,浮层内可展示病例内容;底部提供更多操作按钮,点击与顶部点击病例跳转一致;(邀约医生无此按钮) + + diff --git a/project.config.json b/project.config.json index e0a1e8e..69dd777 100644 --- a/project.config.json +++ b/project.config.json @@ -43,16 +43,16 @@ { "value": "src/images/*", "type": "glob" + }, + { + "value": "src/images/**/*", + "type": "glob" } ], "include": [ { "value": "/echart/components/ec-canvas/echarts.js", "type": "file" - }, - { - "value": "src/images/help/*", - "type": "glob" } ] }, diff --git a/src/app.ts b/src/app.ts index ba3133d..767400a 100644 --- a/src/app.ts +++ b/src/app.ts @@ -135,15 +135,14 @@ App({ }); }, mpBehavior(data: object) { - console.log(data); - // wx.ajax({ - // method: "POST", - // url: "?r=raredcare/mp-behavior/add", - // data, - // loading: false, - // showMsg: false, - // }).then((_res) => { - // // console.log('res: ', _res) - // }); + wx.ajax({ + method: "POST", + url: "?r=takeda/mp-behavior/add", + data, + loading: false, + showMsg: false, + }).then((_res) => { + // console.log('res: ', _res) + }); }, });