Commit ef3e2411 authored by gengchunlei's avatar gengchunlei

医生端小程序 v1.2 1、复筛表单

parent 4b7b8ffd
......@@ -494,7 +494,7 @@ export default {
// 创建一个电话号码的URL
let phoneNumber = this.form.telephone // 替换为需要拨打的号码
//判断是否是iOS环境
if (isIOSWebKit) {
if (isIOSWebKit()) {
console.log('tel:', phoneNumber)
callMobile('startCallUpActivity', phoneNumber)
} else {
......
......@@ -57,7 +57,7 @@
<script>
import DocNavBar from '@/doctor/components/docNavBar/DocNavBar.vue'
import ArchiveCommon from '@/doctor/components/archiveCommon/archiveCommon'
import { fetchCurrencyById, getChronicResidentsId, getResidentWX } from '@/api/doctor/generalFU'
import { fetchCurrencyById, getChronicResidentsId } from '@/api/doctor/generalFU'
import FormCont from '@/doctor/screening/second/FormCont'
import Result from '@/doctor/screening/second/Result'
import DiseaseSelect from '@/doctor/screening/second/DiseaseSelect'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment