13 lines
617 B
Plaintext
13 lines
617 B
Plaintext
|
|
<view class="container">
|
||
|
|
<view class="title">信息核验:</view>
|
||
|
|
<view class="infobox">
|
||
|
|
<view class="info">{{dataContent}}</view>
|
||
|
|
</view>
|
||
|
|
<view class="title">宗地图:</view>
|
||
|
|
<image class="imgbox" mode="widthFix" wx:if="{{dataZdtImg}}" src="{{dataZdtImg}}"></image>
|
||
|
|
<image class="imgbox mt-2" mode="widthFix" wx:else src="/images/nolist.png"></image>
|
||
|
|
<view class="title mt-2">房产分户图:</view>
|
||
|
|
<image class="imgbox" mode="widthFix" wx:if="{{datafhImg}}" src="{{datafhImg}}"></image>
|
||
|
|
<image class="imgbox mt-2" mode="widthFix" wx:else src="/images/nolist.png"></image>
|
||
|
|
</view>
|
||
|
|
|