|
@@ -42,7 +42,7 @@
|
|
|
<text class="title">参与活动</text>
|
|
|
</view>
|
|
|
<view>
|
|
|
- <text class="subtitle">{{ datas.validity }}个月内</text>
|
|
|
+ <text class="subtitle">{{ datas.activity }}个月内</text>
|
|
|
</view>
|
|
|
</view>
|
|
|
</van-col>
|
|
@@ -53,7 +53,7 @@
|
|
|
<text class="title">租售产品</text>
|
|
|
</view>
|
|
|
<view>
|
|
|
- <text class="subtitle">租{{ datas.lease_time }}套每天15分钟</text>
|
|
|
+ <text class="subtitle">租{{ datas.lease_num }}套每天{{ datas.lease_time }}分钟</text>
|
|
|
</view>
|
|
|
</view>
|
|
|
</van-col>
|
|
@@ -64,7 +64,7 @@
|
|
|
<text class="title">参与课程</text>
|
|
|
</view>
|
|
|
<view>
|
|
|
- <text class="subtitle">{{ datas.lease_time }}个月</text>
|
|
|
+ <text class="subtitle">{{ datas.course }}个月</text>
|
|
|
</view>
|
|
|
</view>
|
|
|
</van-col>
|
|
@@ -75,7 +75,7 @@
|
|
|
<text class="title">邀请有奖</text>
|
|
|
</view>
|
|
|
<view>
|
|
|
- <text class="subtitle">{{ datas.lease_time }}个月</text>
|
|
|
+ <text class="subtitle">{{ datas.activity }}个月</text>
|
|
|
</view>
|
|
|
</view>
|
|
|
</van-col>
|