This commit is contained in:
zoujiandong
2026-03-16 14:35:45 +08:00
parent c6ce198c31
commit 45a9478790
14 changed files with 1613 additions and 50 deletions
+2 -2
View File
@@ -42,7 +42,7 @@
</view>
<view class="history-content">
<view class="history-time">{{ formatDate2(item.create_date) }}</view>
<view class="nickname">昵称:{{ item.nickname || item.patient_name }}</view>
<view class="nickname">昵称:{{ item.patient_name || item.nickname }}</view>
<view class="history-text">{{ item.content}}</view>
<view class="status-info">
<up-image :src="goImg" width="30rpx" height="30rpx" v-if="item.status==2"></up-image>
@@ -205,7 +205,7 @@ const getApplyList = async () => { // 申请列表
if(status == 2){
navTo({
url: `/pages_app/patientDetail/patientDetail?uuid=${uuid}`
url: `/pages_app/patientDetail/patientDetail?uuid=${uuid}&from=myPatient`
})
}
}