提交 126ade4dad4c9e7fd4eb7eba1fe2399a05ec5484

作者 wangyu
1 个父辈 fa620603

优化

... ... @@ -21,7 +21,6 @@
21 21 </view> -->
22 22 <view wx:if="{{cur_status=='support_duty'}}" style='padding-right:30rpx;background:#FFF'>
23 23 <template is="picker_cell_normal" data="{{...issinglechildData}}" />
24   -
25 24 <view wx:if="{{issinglechildData.selected=='否'}}">
26 25 <view class='divide_line_f5f5f5'></view>
27 26 <template is="picker_cell_normal" data="{{...shareMethodData}}" />
... ... @@ -398,10 +397,10 @@
398 397 <view class="mask" catchtouchmove="preventTouchMove" hidden="{{!showModal_img&&!showModal_reducetype&&!showModal_addtype}}"></view>
399 398 <!-- 申报说明 -->
400 399 <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]}}"></image>
  400 + <image class='modal_img' src="{{modal_images[cur_status]}}" bindtap='closeModalImg'></image>
402 401 <!-- <text style='position:absolute;font-size:20px;color:#fff;float:right;top:0;right:100rpx' bindtap='closeModalImg'>x</text> -->
403   - <view style='width:80rpx;height:80rpx;position:absolute;float:right;top:0;right:0;display:flex;align-items:center;justify-content:center;'>
404   - <image style='width:30rpx;height:30rpx;' src='/images/close.png' bindtap='closeModalImg'></image>
  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>
405 404 </view>
406 405 </view>
407 406
... ...
1 1 <!--pages/main/smartchat/chat.wxml-->
2 2 <import src="../../../common/picker_cell" />
3 3
4   -<view class='page'>
5   - <view style='background:#fff;margin-bottom:60px;width:100%;'>
  4 +<view>
  5 + <view style='background:#fff;padding-bottom:65px;'>
6 6 <view wx:for="{{chatlist}}" wx:for-item="item" style='display:flex;flex-direction:column'>
7 7 <view style='margin:50rpx 60rpx 0 36rpx;display:flex;flex-direction:row' wx:if="{{item.type=='0'}}">
8 8 <image style='width:102rpx;height:92rpx' src="/images/icon_robot.png"></image>
... ...
1 1 /* pages/main/smartchat/chat.wxss */
2 2
3   -page{
4   - width:100%;
5   - height: 100%
6   -}
7   -
8 3 /* 遮罩层 */
9 4
10 5 .mask {
... ...
注册登录 后发表评论