feat: 1. 数脉api鉴别身份证。 2. 后台+微信登陆优化
This commit is contained in:
@@ -126,7 +126,9 @@
|
||||
<view class="info">
|
||||
<text>医师</text>
|
||||
<image v-if="view.doctorSignImage" :src="checkImageUrl(view.doctorSignImage)" mode="aspectFit"></image>
|
||||
<text v-else class="name">{{ view.doctorName }}</text>
|
||||
<!-- 二次签名:与处方详情页一致,doctor_second_sign=1 时再展示一张 -->
|
||||
<image v-if="view.doctorSecondSign == 1 && view.doctorSignImage" :src="checkImageUrl(view.doctorSignImage)" mode="aspectFit"></image>
|
||||
<text v-else-if="!view.doctorSignImage" class="name">{{ view.doctorName }}</text>
|
||||
</view>
|
||||
<view class="info">
|
||||
<text>审核药师</text>
|
||||
@@ -214,6 +216,8 @@ export default {
|
||||
|| (w.data.doctor_info && w.data.doctor_info.identity_info && w.data.doctor_info.identity_info.sign_image)
|
||||
|| (w.data.doctorInfo && w.data.doctorInfo.identityInfo && w.data.doctorInfo.identityInfo.sign_image)
|
||||
|| ''
|
||||
// 透传二次签名标记,供医师签名区双图展示
|
||||
mapped.doctorSecondSign = w.data.doctor_second_sign
|
||||
mapped.pharmacistSignImage =
|
||||
w.data.Pharmacist_sign_image
|
||||
|| (w.data.pharmacist_info && w.data.pharmacist_info.identity && w.data.pharmacist_info.identity.sign_image)
|
||||
|
||||
Reference in New Issue
Block a user