正在显示
1 个修改的文件
包含
8 行增加
和
4 行删除
| ... | ... | @@ -16,8 +16,9 @@ |
| 16 | 16 | </view> |
| 17 | 17 | <view wx:if="{{cur_status=='support_duty'}}" style='padding:0 30rpx;background:#FFF'> |
| 18 | 18 | <template is="picker_cell_normal" data="{{...issinglechildData}}" /> |
| 19 | - <view class='divide_line_f5f5f5'></view> | |
| 19 | + | |
| 20 | 20 | <view wx:if="{{issinglechildData.selected=='否'}}"> |
| 21 | + <view class='divide_line_f5f5f5'></view> | |
| 21 | 22 | <template is="picker_cell_normal" data="{{...shareMethodData}}" /> |
| 22 | 23 | <view class='divide_line_f5f5f5'></view> |
| 23 | 24 | <view style='height:90rpx'> |
| ... | ... | @@ -388,9 +389,12 @@ |
| 388 | 389 | |
| 389 | 390 | <view class="mask" catchtouchmove="preventTouchMove" hidden="{{!showModal_img&&!showModal_reducetype&&!showModal_addtype}}"></view> |
| 390 | 391 | <!-- 申报说明 --> |
| 391 | -<view style='top:250rpx;position:absolute;z-index:10;width:100%' hidden="{{!showModal_img}}"> | |
| 392 | - <image class='modal_img' src="{{modal_images[cur_status]}}" bindtap='closeModalImg'></image> | |
| 393 | - <text style='position:absolute;font-size:20px;color:#fff;float:right;top:0;right:100rpx' bindtap='closeModalImg'>x</text> | |
| 392 | +<view style='top:250rpx;position:absolute;z-index:10;width:325px;right:0;left:0;margin:auto' hidden="{{!showModal_img}}"> | |
| 393 | + <image class='modal_img' src="{{modal_images[cur_status]}}"></image> | |
| 394 | + <!-- <text style='position:absolute;font-size:20px;color:#fff;float:right;top:0;right:100rpx' bindtap='closeModalImg'>x</text> --> | |
| 395 | + <view style='width:80rpx;height:80rpx;position:absolute;float:right;top:0;right:0;display:flex;align-items:center;justify-content:center;'> | |
| 396 | + <image style='width:30rpx;height:30rpx;' src='/images/close.png' bindtap='closeModalImg'></image> | |
| 397 | + </view> | |
| 394 | 398 | </view> |
| 395 | 399 | |
| 396 | 400 | <!-- 扣除类型 --> | ... | ... |
请
注册
或
登录
后发表评论