|
@@ -82,7 +82,7 @@
|
|
|
{{productVip.title}}
|
|
|
</view>
|
|
|
<view class="pLcontent vipContent">
|
|
|
- {{vipTime?filters.formatDate(vipTime)+'过期':'购买VIP会员,即可畅读全部资源'}}
|
|
|
+ {{vipTime?filters.formatDate(vipTime)+'过期':'购买VIP会员,即可有权使用全部资源'}}
|
|
|
</view>
|
|
|
</view>
|
|
|
<view class="payRight vipBtn" bindtap="toBuy" data-type="{{productVip.id}}">
|
|
@@ -145,7 +145,7 @@
|
|
|
<view class="taskRight {{tasks[2].completed?'taskRight-close':''}}" bindtap="rewardedVideo">去观看
|
|
|
</view>
|
|
|
<view class="taskSurplus">
|
|
|
- 剩余次数:{{tasks[2].completedNum}}/{{tasks[2].num}}
|
|
|
+ 今日剩余{{tasks[2].num}}次
|
|
|
</view>
|
|
|
</view>
|
|
|
</view>
|