提交 1cb0e3ac6be2c612b0096f89109bba3f0d38f3c9

作者 wangyu
1 个父辈 a6c56385

回退误删的代码

@@ -399,7 +399,10 @@ @@ -399,7 +399,10 @@
399 <image wx:if="{{cur_status=='house_fund'&&house_type=='house_fund_rent'}}" class='modal_img02' src="/images/house_declare_rent.png"></image> 399 <image wx:if="{{cur_status=='house_fund'&&house_type=='house_fund_rent'}}" class='modal_img02' src="/images/house_declare_rent.png"></image>
400 <image wx:if="{{cur_status=='house_fund'&&house_type=='house_fund_loan'}}" class='modal_img' src="/images/house_declare_loan.png"></image> 400 <image wx:if="{{cur_status=='house_fund'&&house_type=='house_fund_loan'}}" class='modal_img' src="/images/house_declare_loan.png"></image>
401 <!-- <text style='position:absolute;font-size:20px;color:#fff;float:right;top:0;right:100rpx' bindtap='closeModalImg'>x</text> --> 401 <!-- <text style='position:absolute;font-size:20px;color:#fff;float:right;top:0;right:100rpx' bindtap='closeModalImg'>x</text> -->
402 - 402 + <view style='width:80rpx;height:80rpx;position:absolute;float:right;top:0;right:0;display:flex;align-items:center;justify-content:center;' bindtap='closeModalImg'>
  403 + <image style='width:30rpx;height:30rpx;' src='/images/close.png'></image>
  404 + </view>
  405 +
403 </view> 406 </view>
404 407
405 <!-- 扣除类型 --> 408 <!-- 扣除类型 -->
注册登录 后发表评论