修改专家咨询详情

This commit is contained in:
闫晓茹 2023-11-16 14:30:39 +08:00
parent 59f90f2d92
commit 5631715fa7
3 changed files with 4 additions and 4 deletions

View File

@ -79,7 +79,7 @@
</view> </view>
</view> </view>
<view class="amount"> <view class="amount">
<span>预约金额</span><span>{{list.totalPrice}}</span> <span>订单金额</span><span>{{list.totalPrice}}</span>
</view> </view>
<!-- <view class="doctordetailstwo"> <!-- <view class="doctordetailstwo">
@ -93,7 +93,7 @@
</view> </view>
<view class="bottom"> <view class="bottom">
<span>更多</span> <!-- <span>更多</span> -->
<span @tap="cancle" <span @tap="cancle"
v-if="list.orderStatus!='WAIT_PAY'&&list.orderStatus!='EVALUATED'&&list.orderStatus!='WAIT_REFUND'&&list.orderStatus!='COMPLETED'&&list.orderStatus!='RECEIVED_GOODS'&&list.orderStatus!='REFUNDED'">取消订单</span> v-if="list.orderStatus!='WAIT_PAY'&&list.orderStatus!='EVALUATED'&&list.orderStatus!='WAIT_REFUND'&&list.orderStatus!='COMPLETED'&&list.orderStatus!='RECEIVED_GOODS'&&list.orderStatus!='REFUNDED'">取消订单</span>

View File

@ -44,7 +44,7 @@
{{ item.academicTitle=='HEALER'?'医士':''}} {{ item.academicTitle=='HEALER'?'医士':''}}
{{ item.academicTitle=='RESIDENT_PHYSICIAN'?'住院医师':''}} {{ item.academicTitle=='RESIDENT_PHYSICIAN'?'住院医师':''}}
</view> </view>
<view class="words">{{item.personIntroduce}} <view class="words" v-if="item.personIntroduce">{{item.personIntroduce}}
</view> </view>
<view class="appointment" @click.stop="goappointment(item)"> <view class="appointment" @click.stop="goappointment(item)">
预约 预约

View File

@ -1,7 +1,7 @@
<template> <template>
<view class="app"> <view class="app">
<u-navbar :is-back="false" :background="background" class="u-navbar"> <u-navbar :is-back="false" :background="background" class="u-navbar">
<image src="@/pagesB/static/fanhui.png" mode="" @tap="goprevious"></image> <image src="/pagesC/static/fanhui.png" mode="" @tap="goprevious"></image>
<view class="title" @tap="goprevious"> <view class="title" @tap="goprevious">
服务预约 服务预约
</view> </view>