|
@@ -132,7 +132,9 @@
|
|
|
if (canTimeStart) {
|
|
|
// 活动中
|
|
|
$(".pop-tip-group").hide()
|
|
|
+ $(".pop-tip-group.active div").text(res.tip || '免费送1年')
|
|
|
$(".pop-tip-group.active").show()
|
|
|
+
|
|
|
$('.pop-button img[data-name]').hide()
|
|
|
$('.pop-button img[data-name="active"]').show()
|
|
|
activeReloadPage(res.nowtime * 1000, res.endtime * 1000)
|