Browse Source

去掉星号

data-page-4.3.2
mk 1 year ago
parent
commit
63f090b4fa
  1. 6
      subpages/searchResult/pages/resiInfo/resiInfo.wxml

6
subpages/searchResult/pages/resiInfo/resiInfo.wxml

@ -40,7 +40,7 @@
<view class="form_value">{{form.baseInfoDto.updatedTime}}</view>
</view>
<view class="tabs">
<view class="tab_item {{activeType === index ? 'border_bto' : ''}}" wx:for="{{tabList}}" bind:tap="handelClickTab" data-item="{{item}}" data-index="{{index}}" wx:key="index" wx:if="{{item.id=='ext'||item.filledQty!=0 }}">
<view class="tab_item {{activeType === index ? 'border_bto' : ''}}" wx:for="{{tabList}}" bind:tap="handelClickTab" data-item="{{item}}" data-index="{{index}}" wx:key="index" wx:if="{{item.filledQty!=0 }}">
{{item.name}} <text style="color:{{item.filledQty!==item.totalQty?'#f27225':'#1ebfb5'}}" wx:if="{{item.filledQty ||item.id=='ext'}}">({{ item.filledQty }}/{{ item.totalQty }})</text>
</view>
</view>
@ -112,7 +112,6 @@
<View class="value">{{item.agencyName}}{{item.homeName }}</View>
</view>
<view class="item">
<text class="must">*</text>
<view class="label">人房关系:</view>
<View class="value">{{
item.resiHouseRel != null
@ -125,7 +124,6 @@
}}</View>
</view>
<view class="item">
<text class="must">*</text>
<view class="label">人户状况:</view>
<view class="value" wx:if="{{item.householdSituation && dicts.householdSituationArr}}">
<block wx:for="{{dicts.householdSituationArr}}" wx:for-item="selectItem" wx:key="index">
@ -143,7 +141,6 @@
<View class="value"> {{ item.placeOfDomicile?item.placeOfDomicile:'--'}}</View>
</view>
<view class="item">
<text class="must">*</text>
<view class="label">与户主关系:</view>
<View class="value"> {{dicts.houseHolderRelArr[item.houseHolderRel].label || "--" }}</View>
</view>
@ -162,7 +159,6 @@
}}</view>
</view>
<view class="item">
<view class="must">*</view>
<view class="label">就业状态:</view>
<View class="value">{{dicts.careerStatusArr[form.workInfoDto.careerStatus].label || '--'}}</View>
</view>

Loading…
Cancel
Save