|
|
@@ -42,7 +42,7 @@
|
|
|
</view>
|
|
|
</view>
|
|
|
</view>
|
|
|
- <block wx:if="{{postitionDetail.hpPositionAddressList[0].adname}}">
|
|
|
+ <block wx:if="{{postitionDetail.hpPositionAddressList.length>0}}">
|
|
|
<view class='three' catchtap='toaddressdetail'>
|
|
|
<view class='left'>
|
|
|
<image src='{{imgServerUrl}}/images/happyjob/location.png'></image>
|
|
|
@@ -160,6 +160,9 @@
|
|
|
<block wx:for="{{globalTools.splitStr1(postitionDetail.specialWelfare,',')}}" wx:key="*this" wx:for-item="tag">
|
|
|
{{tag}}
|
|
|
</block>
|
|
|
+ <block wx:if="{{postitionDetail.otherWelfare}}">
|
|
|
+ ({{postitionDetail.otherWelfare}})
|
|
|
+ </block>
|
|
|
</view>
|
|
|
</view>
|
|
|
<view class="work" wx:if="{{postitionDetail.regularBus}}">
|
|
|
@@ -213,7 +216,7 @@
|
|
|
</view>
|
|
|
</view>
|
|
|
</view>
|
|
|
- <block wx:if="{{postitionDetail.hpPositionAddressList[0].adname}}">
|
|
|
+ <block wx:if="{{postitionDetail.hpPositionAddressList.length>0}}">
|
|
|
<view class='three' catchtap='toaddressdetail'>
|
|
|
<view class='left'>
|
|
|
<image src='{{imgServerUrl}}/images/happyjob/location.png'></image>
|
|
|
@@ -558,6 +561,9 @@
|
|
|
<block wx:for="{{globalTools.splitStr1(postitionDetail.specialWelfare,',')}}" wx:key="*this" wx:for-item="tag">
|
|
|
{{tag}}
|
|
|
</block>
|
|
|
+ <block wx:if="{{postitionDetail.otherWelfare}}">
|
|
|
+ ({{postitionDetail.otherWelfare}})
|
|
|
+ </block>
|
|
|
</view>
|
|
|
</view>
|
|
|
<view class="work" wx:if="{{postitionDetail.regularBus}}">
|