提交 9a32355317750e3938091713b46137c94b7a9332

作者 wangyu
2 个父辈 d149bc41 126ade4d

Merge branch 'dev_wy' into dev2.0

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