正在显示
2 个修改的文件
包含
5 行增加
和
3 行删除
... | ... | @@ -395,10 +395,10 @@ |
395 | 395 | </view> |
396 | 396 | |
397 | 397 | |
398 | -<view class="mask" catchtouchmove="preventTouchMove" hidden="{{!showModal_img&&!showModal_reducetype&&!showModal_addtype}}"></view> | |
398 | +<view class="mask" hidden="{{!showModal_img&&!showModal_reducetype&&!showModal_addtype}}" bindtap='closeModalImg'></view> | |
399 | 399 | <!-- 申报说明 --> |
400 | 400 | <view style='top:250rpx;position:absolute;z-index:10;width:325px;right:0;left:0;margin:auto' hidden="{{!showModal_img}}"> |
401 | - <image class='modal_img' src="{{modal_images[cur_status]}}" bindtap='closeModalImg'></image> | |
401 | + <image class='modal_img' src="{{modal_images[cur_status]}}" ></image> | |
402 | 402 | <!-- <text style='position:absolute;font-size:20px;color:#fff;float:right;top:0;right:100rpx' bindtap='closeModalImg'>x</text> --> |
403 | 403 | <view style='width:80rpx;height:80rpx;position:absolute;float:right;top:0;right:0;display:flex;align-items:center;justify-content:center;' bindtap='closeModalImg'> |
404 | 404 | <image style='width:30rpx;height:30rpx;' src='/images/close.png'></image> | ... | ... |
请
注册
或
登录
后发表评论