|
|
@@ -45,9 +45,12 @@
|
|
|
</view>
|
|
|
</view>
|
|
|
</view>
|
|
|
- <view
|
|
|
- v-else-if="typeof elem.sealImgPath === 'string' && elem.sealImgPath.startsWith('/shares')"
|
|
|
- class="signature_img">
|
|
|
+ <!-- TODO 修改后端 我的 在办 办结 接口签名图片地址返回参数为sealImgPath -->
|
|
|
+ <view v-else-if="typeof elem.defaultValue === 'string' && elem.defaultValue.startsWith('/shares')" class="signature_img">
|
|
|
+ <img style="width: 100%;" mode="widthFix"
|
|
|
+ :src="config.baseUrlPre + elem.defaultValue" />
|
|
|
+ </view>
|
|
|
+ <view v-else-if="typeof elem.sealImgPath === 'string' && elem.sealImgPath.startsWith('/shares')" class="signature_img">
|
|
|
<img style="width: 100%;" mode="widthFix"
|
|
|
:src="config.baseUrlPre + elem.sealImgPath" />
|
|
|
</view>
|