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/hospital.vue b/pages/sub_medical/hospital.vue index 1b66fc1..7cf850d 100644 --- a/pages/sub_medical/hospital.vue +++ b/pages/sub_medical/hospital.vue
@@ -67,7 +67,7 @@ pagesize: 10, name: name } - that.$u.get('/medicineapi/hospital/list', params).then(res => { + that.$u.get('/medicalapi/hospital/list', params).then(res => { that.hospital_list = res.data.list that.notice = '没有搜索到此关键词' console.log(res.data.list)