|
|
@@ -155,7 +155,7 @@
|
|
|
|
|
|
<view class="address-box" wx:if="{{positionCategory==1}}">
|
|
|
<view class="address" style='width:90%;'>
|
|
|
- <image class="map-icon" src="{{imgServerUrl}}/images/detail/map-icon.png" />
|
|
|
+ <image class="map-icon" src="{{imgServerUrl}}/images/detail/map-icon.png" />
|
|
|
<text class="" style='width:90%;'>{{postitionDetail.hpCompany.adname}}{{postitionDetail.hpCompany.address}}</text>
|
|
|
</view>
|
|
|
<image class="map" src="{{imgServerUrl}}/images/detail/map.png" bindtap='tomap' />
|
|
|
@@ -216,7 +216,7 @@
|
|
|
</view>
|
|
|
|
|
|
<!-- btn -->
|
|
|
-<view class="btn-group fixed-footer" wx:if="{{isOpen}}">
|
|
|
+<view class="btn-group fixed-footer">
|
|
|
<form bindsubmit="applyJob" report-submit='true' wx:if="{{positionCategory!=4 && !isApply}}">
|
|
|
<button class="distance selfBtn" form-type="submit">免费申请工作</button>
|
|
|
</form>
|
|
|
@@ -226,9 +226,9 @@
|
|
|
<i-button type="primary" shape="circle" i-class="distance" wx:if="{{positionCategory!=4 && isApply}}">已申请</i-button>
|
|
|
<i-button bind:click="catPt" type="primary" shape="circle" i-class="distance" wx:if="{{positionCategory==4 && isApply}}">我的拼团</i-button>
|
|
|
</view>
|
|
|
-<view class='btn-group' wx:if="{{!isOpen}}">
|
|
|
+<!-- <view class='btn-group' wx:if="{{!isOpen}}">
|
|
|
<i-button type="primary" shape="circle" i-class="distance">{{positionCategory!=4?"岗位已结束":"拼团已结束"}}</i-button>
|
|
|
-</view>
|
|
|
+</view> -->
|
|
|
|
|
|
<view class='auth-mask' wx:if="{{authMask}}">
|
|
|
<view class='auth-modal'>
|