Quellcode durchsuchen

3.1.1,3.1.2 权益会员改造;

huan-jie vor 4 Jahren
Ursprung
Commit
6f020c0080
2 geänderte Dateien mit 4 neuen und 4 gelöschten Zeilen
  1. 1 1
      pages/type/vip/developer.vue
  2. 3 3
      pages/type/vip/enterprise.vue

+ 1 - 1
pages/type/vip/developer.vue

@@ -62,7 +62,7 @@
           <p>比普通权重高30%</p>
           <p>低至3-6折</p>
           <p>整包项目减免{{vipList[1]['project_reduction_rate']}}%、云端项目减免{{vipList[1]['job_reduction_rate']}}%</p>
-          <p>300次/月</p>
+          <p>{{vipList[1]['name_card_num']}}次/月</p>
         </div>
         <div class="developer-price-wrapper">
           <div class="developer-price"><span>¥{{vipList[1]['monthly_real_price']}}</span>/月</div>

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

@@ -42,7 +42,7 @@
         <div class="ordinary-content">
           <p>{{vipList[3].userHire || 0}}次/天</p>
           <p>{{vipList[3].userChat || 0}}人次/天</p>
-          <p>30人/月</p>
+          <p>{{vipList[3].name_card_num || 0}}人/月</p>
           <p>无</p>
           <p>无</p>
           <p>无</p>
@@ -64,7 +64,7 @@
         <div class="newly-content">
           <p>{{this.vipList[0]['hire_times']}}次/天</p>
           <p>{{this.vipList[0]['chat_times']}}人次/天</p>
-          <p>300人/月</p>
+          <p>{{this.vipList[0]['name_card_num']}}人/月</p>
           <p>
             整包服务减免
             <span>{{this.vipList[0]['project_reduction_rate']}}%</span>
@@ -104,7 +104,7 @@
         <div class="newly-content">
           <p>{{this.vipList[2]['hire_times']}}次/天</p>
           <p>不限次</p>
-          <p>300人/月</p>
+          <p>{{this.vipList[2]['name_card_num']}}人/月</p>
           <p>
             整包服务减免
             <span>{{this.vipList[2]['project_reduction_rate']}}%</span>