Преглед изворни кода

Merge branch 'master' of https://git.citupro.com/zhengnaiwen_citu/menduner-uniapp

Xiao_123 пре 8 месеци
родитељ
комит
20c5d96377
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      pagesB/positionDetail/index.vue

+ 1 - 1
pagesB/positionDetail/index.vue

@@ -39,7 +39,7 @@
             </view>
           </view>
           <!-- 赏金 -->
-          <view class="topLine mt-5" style="display: flex; align-items: center;">
+          <view v-if="info.hire" 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(info.hirePrice, 1)}元` }}</view>
           </view>