|
|
@@ -43,7 +43,7 @@
|
|
|
</view>
|
|
|
</view>
|
|
|
<block wx:if="{{postitionDetail.hpPositionAddressList[0].adname}}">
|
|
|
- <view class='three'>
|
|
|
+ <view class='three' catchtap='toaddressdetail'>
|
|
|
<view class='left'>
|
|
|
<image src='{{imgServerUrl}}/images/happyjob/location.png'></image>
|
|
|
<text>{{postitionDetail.hpPositionAddressList[0].adname}}{{postitionDetail.hpPositionAddressList[0].address?postitionDetail.hpPositionAddressList[0].address:""}}</text>
|
|
|
@@ -214,7 +214,7 @@
|
|
|
</view>
|
|
|
</view>
|
|
|
<block wx:if="{{postitionDetail.hpPositionAddressList[0].adname}}">
|
|
|
- <view class='three'>
|
|
|
+ <view class='three' catchtap='toaddressdetail'>
|
|
|
<view class='left'>
|
|
|
<image src='{{imgServerUrl}}/images/happyjob/location.png'></image>
|
|
|
<text>{{postitionDetail.hpPositionAddressList[0].adname}}{{postitionDetail.hpPositionAddressList[0].address?postitionDetail.hpPositionAddressList[0].address:""}}</text>
|
|
|
@@ -442,7 +442,7 @@
|
|
|
</view>
|
|
|
</view>
|
|
|
</view>
|
|
|
- <view class='three'>
|
|
|
+ <view class='three' catchtap='toaddressdetail'>
|
|
|
<view class='left'>
|
|
|
<image src='{{imgServerUrl}}/images/happyjob/location.png'></image>
|
|
|
<text>{{postitionDetail.hpPositionAddressList[0].adname}}{{postitionDetail.hpPositionAddressList[0].address}}</text>
|