|
@@ -50,7 +50,7 @@
|
|
|
<!-- 赏金 -->
|
|
|
<view class="topLine mt-5" style="display: flex; align-items: center;">
|
|
|
<uni-icons class="icon-a-1_zhaopin" custom-prefix="iconfont" color="#e03506"/>
|
|
|
- <view class="hirePrice">{{ `赏金:${commissionCalculation(2000, 1)}元` }}</view>
|
|
|
+ <view class="hirePrice">{{ `赏金:${commissionCalculation(info.hirePrice, 1)}元` }}</view>
|
|
|
</view>
|
|
|
<!-- 岗位职责 -->
|
|
|
<view class="topLine fs14 mt-5">
|