zjd 医师端环境修改已经图片二维码刷新

This commit is contained in:
zoujiandong
2023-06-26 18:32:23 +08:00
parent 6d442f7563
commit 961bb44897
3 changed files with 10 additions and 4 deletions
+1 -1
View File
@@ -14,7 +14,7 @@
<t-avatar class="avatar" size="large" image="{{info.avatar}}" />
</view>
<view class="qrcode">
<van-image bindtap="showVisible" src="{{info.qr_code_url}}" fit="heightFix" width="150" height="150" aria-label="qrcode" />
<van-image bindtap="showVisible" src="{{info.qr_code_url+'?v=2.0'}}" fit="heightFix" width="150" height="150" aria-label="qrcode" />
<text>让您的患者微信扫码,线上复诊更便捷</text>
</view>