Quellcode durchsuchen

企业会员招聘岗位数量接口对接

xinfeng vor 6 Jahren
Ursprung
Commit
b5747c002a
1 geänderte Dateien mit 3 neuen und 3 gelöschten Zeilen
  1. 3 3
      pages/type/vip/enterprise.vue

+ 3 - 3
pages/type/vip/enterprise.vue

@@ -30,7 +30,7 @@
           <p>无</p>
           <p>无</p>
           <p>无</p>
-          <p>无</p>
+          <p>{{vipList[3]['recruitOpenLimit'] > 0 ? `最多开放${vipList[3]['recruitOpenLimit']}个岗位` : ""}}</p>
           <p>无</p>
           <p>无</p>
           <p>无</p>
@@ -50,7 +50,7 @@
           <p>整包服务减免<span>{{this.vipList[0]['project_reduction_rate']}}%</span><br/>云端服务减免<span>{{this.vipList[0]['job_reduction_rate']}}%</span></p>
           <p>免费</p>
           <p>无</p>
-          <p>最多开放10个岗位</p>
+          <p>最多开放{{vipList[0]['recruitOpenLimit']}}个岗位</p>
           <p>无</p>
           <p>无</p>
           <p>无</p>
@@ -72,7 +72,7 @@
           <p>整包服务减免<span>{{this.vipList[2]['project_reduction_rate']}}%</span><br/>云端服务减免<span>{{this.vipList[2]['job_reduction_rate']}}%</span></p>
           <p>免费</p>
           <p>免费</p>
-          <p>20个岗位开放</p>
+          <p>{{vipList[2]['recruitOpenLimit']}}个岗位开放</p>
           <p>有</p>
           <p>有</p>
           <p>有</p>