修改
This commit is contained in:
parent
7b71abbd21
commit
1bcae38452
@ -19,12 +19,9 @@
|
|||||||
</view>
|
</view>
|
||||||
<image src="../../static/docHead.png" mode=""></image>
|
<image src="../../static/docHead.png" mode=""></image>
|
||||||
<view class="name">
|
<view class="name">
|
||||||
{{item.doctorName?item.doctorName:''}}
|
{{item.doctorName?item.doctorName+' ':' '}} (
|
||||||
|
{{item.problemDescription?item.problemDescription:''}} )
|
||||||
</view>
|
</view>
|
||||||
<view class="names">
|
|
||||||
{{item.problemDescription?item.problemDescription:''}}
|
|
||||||
</view>
|
|
||||||
|
|
||||||
<view class="text">
|
<view class="text">
|
||||||
{{Number(item.messageType==1)?item.content?item.content:'':'[图片]'}}
|
{{Number(item.messageType==1)?item.content?item.content:'':'[图片]'}}
|
||||||
</view>
|
</view>
|
||||||
@ -180,14 +177,16 @@
|
|||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
color: #000000;
|
color: #000000;
|
||||||
}
|
}
|
||||||
.names{
|
|
||||||
position: absolute;
|
.names {
|
||||||
left: 190rpx;
|
position: absolute;
|
||||||
top: 172rpx;
|
left: 190rpx;
|
||||||
font-size: 32rpx;
|
top: 172rpx;
|
||||||
font-weight: 500;
|
font-size: 32rpx;
|
||||||
color: #000000;
|
font-weight: 500;
|
||||||
}
|
color: #000000;
|
||||||
|
}
|
||||||
|
|
||||||
.time {
|
.time {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
padding-left: 20rpx;
|
padding-left: 20rpx;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user