| xqd
@@ -1,5 +1,8 @@
|
|
|
<template>
|
|
|
<view class="main">
|
|
|
+ <view class="padding text-center text-white" style="background-color: #dddcdc;margin-left: 60rpx;margin-right: 60rpx;margin-top: 25rpx;" v-if="sures">
|
|
|
+ 本次咨询:24小时内回复有效。超时平台将自动退单,请及时回复患者。
|
|
|
+ </view>
|
|
|
<view class="cu-chat" style="position: relative;" v-for="(item,index) in messages" :key="index">
|
|
|
<view class="cu-item self" v-if="item.senderId==currentUser.uuid">
|
|
|
<view class="time-lag" style="position: absolute;top: 36rpx; right: 43%;">
|
| xqd
@@ -35,6 +38,11 @@
|
|
|
</view>
|
|
|
</view>
|
|
|
</view>
|
|
|
+ <view class="padding text-center text-white" style="background-color: #dddcdc;margin-left: 60rpx;margin-right: 60rpx;" v-if="!sures">
|
|
|
+ 本次咨询已结束,如还有问题可向患者发起电话回访。
|
|
|
+ </view>
|
|
|
+ <view class="cu-tabbar-height"></view>
|
|
|
+ <!-- <view class="cu-tabbar-height"></view> -->
|
|
|
<view :class="InputBottom!=0?'cu-bar foot tab input cur':'cu-bar foot input'" style="padding-bottom: 45rpx;padding-top: 45rpx;"
|
|
|
:style="'bottom:'+InputBottom+'px'" v-show="sures">
|
|
|
<view class="action" @click="sendvoice">
|