Compare commits

..

No commits in common. "35e64f84ac9f7932128d94f8307e4b90b38dc772" and "f9345801002aa2f87dd2bbd990fc81d44ed6e6f1" have entirely different histories.

1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@
<view class="respondent"> <view class="respondent">
<view class="promiser"> <view class="promiser">
<text> <text>
{{ info.TYPE === '0' ? '承诺人签字' : '受状人' }} {{ info.TYPE === '0' ? '主要负责人签字' : '受状人' }}
</text> </text>
<u--image v-if="info.FILEPATH" :showLoading="true" :src="info.FILEPATH" <u--image v-if="info.FILEPATH" :showLoading="true" :src="info.FILEPATH"
width="200rpx" height="100px" mode="scaleToFill"></u--image> width="200rpx" height="100px" mode="scaleToFill"></u--image>