You can not select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
				
					
					
						
							33 lines
						
					
					
						
							1.7 KiB
						
					
					
				
			
		
		
		
			
			
			
				
					
				
				
					
				
			
		
		
	
	
							33 lines
						
					
					
						
							1.7 KiB
						
					
					
				
								<view class="header">
							 | 
						|
								    <image src="../../../../images/back.png" class="back" style=" top: {{statusHeight}}px;width: 50rpx;height: 50rpx;" bindtap="back" mode="" />
							 | 
						|
								    <view class="navigation" style="height: {{navigationHeight}}px; top: {{statusHeight}}px;">
							 | 
						|
								        {{title}}
							 | 
						|
								    </view>
							 | 
						|
								</view>
							 | 
						|
								<view class="content">
							 | 
						|
								
							 | 
						|
								    <scroll-view class="scroll" scroll-y="{{true}}" lower-threshold="{{ lowerThreshold }}" bindscrolltolower="onScrollToLower">
							 | 
						|
								        <view class="card">
							 | 
						|
								            <view class="list_card {{index == 0?'bgc':''}}" wx:for="{{tableData}}" wx:key="index" data-item="{{item}}" bind:tap="handelClickedit">
							 | 
						|
								                <view class="left">
							 | 
						|
								                    <view class="{{item.status == 1?'bold':''}}"> {{item.agencyName}}{{item.monthName}}月份满意度自查</view>
							 | 
						|
								                    <view class="left_bto_box">
							 | 
						|
								                        <view class="{{item.status == 1?'bule':'gray'}}">{{item.status == 1?'进行中':'已结束'}}</view>
							 | 
						|
								                        <view>测评人数:{{item.personQty}}</view>
							 | 
						|
								                    </view>
							 | 
						|
								                </view>
							 | 
						|
								                <view class="right">
							 | 
						|
								                    <view wx:if="{{item.status == 1}}" class="bule">
							 | 
						|
								                       <image src="../../../../images/share.png" mode=""/> <button open-type="share" bind:tap="share" data-item="{{item}}">分享</button>
							 | 
						|
								                    </view>
							 | 
						|
								                    <view wx:else class="score">
							 | 
						|
								                        <b>{{item.synthesisScore}}</b>分
							 | 
						|
								                    </view>
							 | 
						|
								                </view>
							 | 
						|
								            </view>
							 | 
						|
								        </view>
							 | 
						|
								        <load-more loadVisible="{{loadMoreVisible}}" loadType="{{loadMoreType}}"></load-more>
							 | 
						|
								        <no-data isShow="{{nodata}}" wx:if="{{nodata}}"></no-data>
							 | 
						|
								    </scroll-view>
							 | 
						|
								
							 | 
						|
								</view>
							 |