正在显示
5 个修改的文件
包含
18 行增加
和
8 行删除
images/house_declare_rent.png
0 → 100644
147.6 KB
... | ... | @@ -38,7 +38,7 @@ Page({ |
38 | 38 | "continuing_education": "/images/continueedu_declare.png", |
39 | 39 | "support_duty": "/images/support_older_declare.png", |
40 | 40 | "medical_fund": "/images/health_declare.png", |
41 | - "house_fund": "/images/house_declare.png" | |
41 | + // "house_fund": "/images/house_declare_loan.png" | |
42 | 42 | }, |
43 | 43 | showModal_img: false, |
44 | 44 | showModal_reducetype: false, | ... | ... |
... | ... | @@ -388,13 +388,12 @@ |
388 | 388 | </view> |
389 | 389 | </view> |
390 | 390 | |
391 | -</view> | |
392 | - | |
393 | - | |
394 | -<view class="mask" hidden="{{!showModal_img&&!showModal_reducetype&&!showModal_addtype}}" bindtap='closeModalImg'></view> | |
391 | + <view class="mask" hidden="{{!showModal_img&&!showModal_reducetype&&!showModal_addtype}}" bindtap='closeModalImg'></view> | |
395 | 392 | <!-- 申报说明 --> |
396 | -<view style='top:250rpx;position:absolute;z-index:10;width:325px;right:0;left:0;margin:auto' hidden="{{!showModal_img}}"> | |
397 | - <image class='modal_img' src="{{modal_images[cur_status]}}"></image> | |
393 | +<view style='top:200rpx;position:absolute;z-index:10;width:325px;right:0;left:0;margin:auto' hidden="{{!showModal_img}}"> | |
394 | + <image wx:if="{{cur_status!='house_fund'}}" class='modal_img' src="{{modal_images[cur_status]}}"></image> | |
395 | + <image wx:if="{{cur_status=='house_fund'&&house_type=='house_fund_rent'}}" class='modal_img02' src="/images/house_declare_rent.png"></image> | |
396 | + <image wx:if="{{cur_status=='house_fund'&&house_type=='house_fund_loan'}}" class='modal_img' src="/images/house_declare_loan.png"></image> | |
398 | 397 | <!-- <text style='position:absolute;font-size:20px;color:#fff;float:right;top:0;right:100rpx' bindtap='closeModalImg'>x</text> --> |
399 | 398 | <view style='width:80rpx;height:80rpx;position:absolute;float:right;top:0;right:0;display:flex;align-items:center;justify-content:center;' bindtap='closeModalImg'> |
400 | 399 | <image style='width:30rpx;height:30rpx;' src='/images/close.png'></image> |
... | ... | @@ -472,4 +471,8 @@ |
472 | 471 | <view style='width:1px;background:#F5F5F5;margin:20rpx 0'></view> |
473 | 472 | <text class='text_confirm01' bindtap='modalRight'>{{modalData.righttext}}</text> |
474 | 473 | </view> |
475 | -</view> | |
\ No newline at end of file | ||
474 | +</view> | |
475 | + | |
476 | +</view> | |
477 | + | |
478 | + | ... | ... |
请
注册
或
登录
后发表评论