修改
This commit is contained in:
parent
603c60de41
commit
c9d7f861e5
@ -135,7 +135,7 @@
|
||||
appletAppointmentOrderPay
|
||||
} from '@/api/appointmenttime/appointmenttime.js'
|
||||
import baseurl from '@/api/baseurl.js'
|
||||
import appointmenttext from './text.vue'
|
||||
import appointmenttext from '../../components/appointmenttimetext.vue'
|
||||
import tabs from '../utabs/u-tabs.vue'
|
||||
export default {
|
||||
components: {
|
||||
|
||||
@ -59,22 +59,6 @@
|
||||
{{item.diseaseName}}
|
||||
</view>
|
||||
</view>
|
||||
<!-- <view class="service">
|
||||
<view class="title">
|
||||
基础疾病
|
||||
</view>
|
||||
<view class="Multiplechoice">
|
||||
<view :class="query.nurseTypeIdList.find(e => e == item.id)?'choices':'choice'"
|
||||
v-for="(item,index) in getNurseTypelist" :key="item.id" @tap="addnurseType(item)">
|
||||
{{item.nurseTypeName}}
|
||||
</view>
|
||||
<view @tap="godisease(item)"
|
||||
:class="query.nurseTypeIdList.find(e => e == item.id)?'choices':'choice'"
|
||||
v-for="(item,index) in medicalcarelist" :key="item.id">
|
||||
{{item.nurseTypeName}}
|
||||
</view>
|
||||
</view>
|
||||
</view> -->
|
||||
</view>
|
||||
<view class="radio-content">
|
||||
<view class="radio-right" @tap="changeRadio">
|
||||
@ -121,7 +105,7 @@
|
||||
getNurseType,
|
||||
information
|
||||
} from '@/api/information/index.js'
|
||||
import contenttext from './text.vue'
|
||||
import contenttext from '../../components/text.vue'
|
||||
import {
|
||||
getSubordinateRegions,
|
||||
} from '@/api/modifyAddress/modifyAddress.js';
|
||||
|
||||
@ -108,7 +108,7 @@
|
||||
import {
|
||||
information
|
||||
} from '@/api/information/index.js'
|
||||
import contenttext from '../information/text.vue'
|
||||
import contenttext from '../../components/text.vue'
|
||||
import baseurl from '@/api/baseurl.js'
|
||||
import {
|
||||
appPersonal,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user