修改专家咨询详情
This commit is contained in:
parent
59f90f2d92
commit
5631715fa7
@ -79,7 +79,7 @@
|
||||
</view>
|
||||
</view>
|
||||
<view class="amount">
|
||||
<span>预约金额</span><span>¥{{list.totalPrice}}</span>
|
||||
<span>订单金额</span><span>¥{{list.totalPrice}}</span>
|
||||
|
||||
</view>
|
||||
<!-- <view class="doctordetailstwo">
|
||||
@ -93,7 +93,7 @@
|
||||
|
||||
</view>
|
||||
<view class="bottom">
|
||||
<span>更多</span>
|
||||
<!-- <span>更多</span> -->
|
||||
<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>
|
||||
|
||||
|
||||
@ -44,7 +44,7 @@
|
||||
{{ item.academicTitle=='HEALER'?'医士':''}}
|
||||
{{ item.academicTitle=='RESIDENT_PHYSICIAN'?'住院医师':''}}
|
||||
</view>
|
||||
<view class="words">{{item.personIntroduce}}
|
||||
<view class="words" v-if="item.personIntroduce">{{item.personIntroduce}}
|
||||
</view>
|
||||
<view class="appointment" @click.stop="goappointment(item)">
|
||||
预约
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
<template>
|
||||
<view class="app">
|
||||
<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>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user