|
|
@@ -11,25 +11,30 @@
|
|
|
{{item.hpPosition.position.positionName}}
|
|
|
</view>
|
|
|
<view class='salary'>
|
|
|
- <image src='{{imgServerUrl}}/images/happyjob/dollor.png'></image>
|
|
|
+ <!-- <image src='{{imgServerUrl}}/images/happyjob/dollor.png'></image> -->
|
|
|
{{item.hpPosition.position.salary}}
|
|
|
</view>
|
|
|
</view>
|
|
|
<view class='two'>
|
|
|
<view class='limit'>
|
|
|
<view>
|
|
|
- <image src='{{imgServerUrl}}/images/happyjob/limit.png'></image>
|
|
|
+ <image src='{{imgServerUrl}}/images/happyjob/time.png'></image>
|
|
|
</view>
|
|
|
<view>
|
|
|
<block wx:if="{{item.hpPosition.position.workDay}}">
|
|
|
- <i-tag wx:for="{{globalTools.splitStr1(item.hpPosition.position.workDay,',')}}" wx:key="*this" wx:for-item="tag" i-class="tag-class">
|
|
|
+ <i-tag wx:for="{{globalTools.splitStr1(item.hpPosition.position.workDay,',')}}" wx:key="*this" wx:for-item="tag" i-class="tag-class1">
|
|
|
{{tag}}
|
|
|
</i-tag>
|
|
|
<text>(共计{{globalTools.splitStr1(item.hpPosition.position.workDay,',').length}}天)</text>
|
|
|
</block>
|
|
|
</view>
|
|
|
</view>
|
|
|
- <view class='time'>{{item.hpPosition.position.settlementMethod?item.hpPosition.position.settlementMethod:""}}</view>
|
|
|
+ <block wx:if="{{item.hpPosition.position.settlementMethod}}">
|
|
|
+ <view class='time'>{{item.hpPosition.position.settlementMethod}}</view>
|
|
|
+ </block>
|
|
|
+ <block wx:else>
|
|
|
+ <view></view>
|
|
|
+ </block>
|
|
|
</view>
|
|
|
<view class='three'>
|
|
|
<view class='area'>
|
|
|
@@ -56,7 +61,7 @@
|
|
|
{{item.hpPosition.position.positionName}}
|
|
|
</view>
|
|
|
<view class='salary'>
|
|
|
- <image src='{{imgServerUrl}}/images/happyjob/dollor.png'></image>
|
|
|
+ <!-- <image src='{{imgServerUrl}}/images/happyjob/dollor.png'></image> -->
|
|
|
{{item.totalSalary?item.hpPosition.position.totalSalary:item.hpPosition.position.basicSalary}}
|
|
|
</view>
|
|
|
</view>
|
|
|
@@ -125,14 +130,14 @@
|
|
|
{{item.hpPosition.position.positionName}}
|
|
|
</view>
|
|
|
<view class='salary'>
|
|
|
- <image src='{{imgServerUrl}}/images/happyjob/dollor.png'></image>
|
|
|
+ <!-- <image src='{{imgServerUrl}}/images/happyjob/dollor.png'></image> -->
|
|
|
{{item.hpPosition.position.salary}}
|
|
|
</view>
|
|
|
</view>
|
|
|
<view class='two'>
|
|
|
<view class='limit'>
|
|
|
<view>
|
|
|
- <image src='{{imgServerUrl}}/images/happyjob/limit.png'></image>
|
|
|
+ <image src='{{imgServerUrl}}/images/happyjob/time.png'></image>
|
|
|
</view>
|
|
|
<text> {{globalTools.subStr(item.hpPosition.position.publishTime)}}-{{globalTools.subStr(item.hpPosition.position.endTime)}}</text>
|
|
|
</view>
|
|
|
@@ -142,7 +147,7 @@
|
|
|
<view class='area'>
|
|
|
<image src='{{imgServerUrl}}/images/happyjob/address.png'></image>
|
|
|
<block wx:if="{{item.hpPosition.position.activityWide}}">
|
|
|
- <i-tag wx:for="{{globalTools.splitStr1(item.hpPosition.position.activityWide,',')}}" wx:key="*this" wx:for-item="tag" i-class="tag-class" style="margin-left:10rpx;">
|
|
|
+ <i-tag wx:for="{{globalTools.splitStr1(item.hpPosition.position.activityWide,',')}}" wx:key="*this" wx:for-item="tag" i-class="tag-class1" style="margin-left:10rpx;">
|
|
|
{{tag}}
|
|
|
</i-tag>
|
|
|
</block>
|
|
|
@@ -162,7 +167,7 @@
|
|
|
{{item.hpPosition.position.positionName}}
|
|
|
</view>
|
|
|
<view class='salary'>
|
|
|
- <image src='{{imgServerUrl}}/images/happyjob/dollor.png'></image>
|
|
|
+ <!-- <image src='{{imgServerUrl}}/images/happyjob/dollor.png'></image> -->
|
|
|
{{item.totalSalary?item.hpPosition.position.totalSalary:item.hpPosition.position.basicSalary}}
|
|
|
</view>
|
|
|
</view>
|