commit | 50e423813f689f011abd3ed4965e3bbd26a01cf1 | [log] [tgz] |
---|---|---|
author | guangchao.xu <guangchao.xu@supwisdom.com> | 周一 1月 04 17:53:47 2021 +0800 |
committer | guangchao.xu <guangchao.xu@supwisdom.com> | 周一 1月 04 17:53:47 2021 +0800 |
tree | d65a50a27b29e2507b49defd85349b6874a419bf | |
parent | 96b39791dbe0f24ba8f2805b5215d467d5e9c4e2 [diff] [blame] |
更改扫码api、添加邮箱绑定功能
diff --git a/pages/sub_medical/patient.vue b/pages/sub_medical/patient.vue index f6d549c..094a73b 100644 --- a/pages/sub_medical/patient.vue +++ b/pages/sub_medical/patient.vue
@@ -62,7 +62,7 @@ deleteMenber(){ let that = this let cardid = '123' - that.$u.post('/medicineapi/medicalcard/delete/' + cardid).then(res=>{ + that.$u.post('/medicalapi/medicalcard/delete/' + cardid).then(res=>{ console.log(res.data) }) }