小程序提交视频
This commit is contained in:
@@ -47,14 +47,23 @@
|
||||
</view>
|
||||
</view>
|
||||
<view class="persontip" wx:if="{{item.lastMessage.type=='TIMTextElem'}}">{{item.lastMessage.payload.text}}</view>
|
||||
<view class="persontip" wx:elif="{{item.lastMessage.type=='TIMCustomElem'}}">{{filters.formateText(item.lastMessage.payload.data).title}}</view>
|
||||
<view class="persontip" wx:elif="{{item.lastMessage.type=='TIMCustomElem' && item.lastMessage.cloudCustomData}}">{{filters.formateText(item.lastMessage.payload.data).title}}</view>
|
||||
<view class="persontip" wx:elif="{{item.lastMessage.type=='TIMCustomElem' && !item.lastMessage.cloudCustomData}}">[电话]</view>
|
||||
<view class="persontip" wx:elif="{{item.lastMessage.type=='TIMImageElem'}}">[图片]</view>
|
||||
<view class="persontip" wx:elif="{{item.lastMessage.type=='TIMSoundElem'}}">[语音]</view>
|
||||
<view class="bottombox">
|
||||
<view class="nameinfo">
|
||||
<view class="nameinfo" wx:if="{{item.lastMessage.cloudCustomData}}">
|
||||
|
||||
就诊人:<text class="name"> {{filters.formateText(item.lastMessage.cloudCustomData).patient_family_data.patient_name}}</text>(<text decode="true" wx:if="{{filters.formateText(item.lastMessage.cloudCustomData).patient_family_data.patient_sex==1}}">男 </text><text decode="true" wx:elif="{{filters.formateText(item.lastMessage.cloudCustomData).patient_family_data.patient_sex==2}}">女 </text><text wx:else decode="true">未知 </text>|<text decode="true"> {{filters.formateText(item.lastMessage.cloudCustomData).patient_family_data.patient_age}}岁)</text>
|
||||
</view>
|
||||
<view class="nameinfo" wx:else>
|
||||
|
||||
{{filters.formateText((filters.formateText(item.lastMessage.payload.data).data.userData.patient_family_data.patient_name))}}
|
||||
<!-- 就诊人:<text class="name"> {{(filters.formateText(filters.formateText(item.lastMessage.payload.data).data)).userData.patient_family_data.patient_name}}
|
||||
</text>
|
||||
-->
|
||||
(<text decode="true" wx:if="{{filters.formateText(item.lastMessage.cloudCustomData).patient_family_data.patient_sex==1}}">男 </text><text decode="true" wx:elif="{{filters.formateText(item.lastMessage.cloudCustomData).patient_family_data.patient_sex==2}}">女 </text><text wx:else decode="true">未知 </text>|<text decode="true"> {{filters.formateText(item.lastMessage.cloudCustomData).patient_family_data.patient_age}}岁)</text>
|
||||
</view>
|
||||
<view class="date">{{filters.transforDay(item.lastMessage.lastTime,"dateminute")}}</view>
|
||||
</view>
|
||||
<view class="circle" wx:if="{{item.unreadCount==1}}"></view>
|
||||
|
||||
+1
-1
@@ -4,7 +4,7 @@
|
||||
<view class="ui-title" style="opacity: {{1-opacity}};" >我的</view>
|
||||
</view>
|
||||
<view class="page">
|
||||
<image src="../../assets/images/mybg.png" mode="widthFix" class="dcimg" lazy-load/>
|
||||
<image src="{{img_host+'/mybg.png'}}" mode="widthFix" class="dcimg" lazy-load/>
|
||||
<view class="contentWrap">
|
||||
<view class="infobox" bindtap="goCenter">
|
||||
<view class="headbox">
|
||||
|
||||
@@ -133,7 +133,7 @@
|
||||
<view class="box" wx:else >
|
||||
<view class="leftbox">
|
||||
<view class="imgbox">
|
||||
<image src="../../assets/images/people2.gif" class="person" mode="widthFix"></image>
|
||||
<image src="{{img_host+'/people2.gif'}}" class="person" mode="widthFix"></image>
|
||||
</view>
|
||||
<view class="desc">
|
||||
<view class="name">快速图文问诊</view>
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
|
||||
<image src="{{projectImg}}" mode="widthFix" class="dcimg" lazy-load/>
|
||||
<view class="nextbox">
|
||||
<image src="../../assets/images/sugar_process.png" mode="widthFix" class="dcimg" lazy-load />
|
||||
<image src="{{img_host+'/sugar_process.png'}}" mode="widthFix" class="dcimg" lazy-load />
|
||||
<view class="msgbtnbox">
|
||||
<view class="msgbtn" bindtap="showPatient">填写信息 </view>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user