- base64位图片显示
<img ng-src="https://img-blog.csdnimg.cn/2022010621142935512.jpg" style="width: 350px; height: auto; max-height: 500px; max-width: 350px; min-width:350px; overflow:hidden; "/>
- 一般图片显示
<img ng-click="vm.showModal('showPic', vm.order.checkResult.pharmacistPhoto)" ng-src="{{vm.order.checkResult.pharmacistPhoto}}"/>