|
|
@@ -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>
|