|
@@ -137,7 +137,7 @@
|
|
|
<div class="rule-point">任务奖励一览:</div>
|
|
|
<div class="rule-point">1.1.累积购买天数小于等于2022天时 ,获得对应任务奖励。</div>
|
|
|
<div class="rule-point">1.2.累积购买天数大于2022天时,超过2022天的部分按买一送二发放奖励。</div>
|
|
|
- <div class="rule-point">2.使用星币支付、激活码兑换、优惠劵购买和购买非星耀套餐不计入任务进度。</div>
|
|
|
+ <div class="rule-point">2.使用星币支付、激活码兑换、优惠劵购买和购买非星曜套餐不计入任务进度。</div>
|
|
|
<div class="rule-point">3.奖励获取的云机时长仅可用于续费账号中现有的星曜云机设备。</div>
|
|
|
<div class="rule-point blue">4.奖励领取日期为:2021年12月18日-2022年1月6日,超过领取时间未领取奖励则视为放弃任务奖励。</div>
|
|
|
<div class="rule-point">5.从他人获取授权的云手机不能分配累计奖励时长。</div>
|
|
@@ -611,7 +611,7 @@
|
|
|
})
|
|
|
$('.ipt').eq(index).val(val);
|
|
|
stopManyClick(() => {
|
|
|
- toastr.error('分配时常不能大于未分配总时常');
|
|
|
+ toastr.error('分配时长不能大于未分配总时长');
|
|
|
})
|
|
|
return
|
|
|
}
|
|
@@ -629,7 +629,7 @@
|
|
|
}
|
|
|
})
|
|
|
}
|
|
|
- //点击分配时常按钮
|
|
|
+ //点击分配时长按钮
|
|
|
$('.distribution-reward-btn')[0].addEventListener('click', (e) => {
|
|
|
distributionList = distributionList.filter(item => item.duration != 0);
|
|
|
if (distributionList.length === 0) {
|
|
@@ -640,12 +640,12 @@
|
|
|
$('.sure-distribution-wrap').eq(0).css('display', 'block');
|
|
|
}
|
|
|
});
|
|
|
- //点击分配时常取消按钮
|
|
|
+ //点击分配时长取消按钮
|
|
|
$('.sure-distribution-cannel')[0].addEventListener('click', (e) => {
|
|
|
operate('dt_双旦_h5_分配奖励_取消');
|
|
|
$('.sure-distribution-wrap').eq(0).css('display', 'none');
|
|
|
});
|
|
|
- //点击分配时常确定按钮
|
|
|
+ //点击分配时长确定按钮
|
|
|
$('.sure-distribution-sure')[0].addEventListener('click', (e) => {
|
|
|
$.ajax({
|
|
|
url: baseUrl + '/api/user/v1/activity/distributeRewardDuration',
|
|
@@ -731,7 +731,7 @@
|
|
|
}
|
|
|
})
|
|
|
stopManyClick(() => {
|
|
|
- toastr.error('分配时常不能大于未分配总时常');
|
|
|
+ toastr.error('分配时长不能大于未分配总时长');
|
|
|
})
|
|
|
}
|
|
|
console.log(distributionList)
|
|
@@ -758,7 +758,7 @@
|
|
|
$('.ipt').eq(index).val(number);
|
|
|
}else{
|
|
|
stopManyClick(() => {
|
|
|
- toastr.error('分配的时常不能小于0');
|
|
|
+ toastr.error('分配的时长不能小于0');
|
|
|
})
|
|
|
}
|
|
|
console.log(distributionList)
|