|
@@ -1662,7 +1662,7 @@ isOpening()
|
|
function isOpening() {
|
|
function isOpening() {
|
|
$.ajax({
|
|
$.ajax({
|
|
type:'GET',
|
|
type:'GET',
|
|
- url:'/bigmember/use/isAdd',
|
|
|
|
|
|
+ url:'/bigmember/use/isAdd?t=' + Date.now(),
|
|
success: function(res) {
|
|
success: function(res) {
|
|
//console.log(res)
|
|
//console.log(res)
|
|
bigstatus = res.data.memberStatus
|
|
bigstatus = res.data.memberStatus
|
|
@@ -1707,6 +1707,7 @@ function isOpening() {
|
|
$('.free-down-text').css('display', 'inline-block')
|
|
$('.free-down-text').css('display', 'inline-block')
|
|
} else {
|
|
} else {
|
|
// 留过资 体验过的 提示开通超级订阅
|
|
// 留过资 体验过的 提示开通超级订阅
|
|
|
|
+ $('.free-down-text').hide()
|
|
$('.free-open-tip').css('display', 'flex')
|
|
$('.free-open-tip').css('display', 'flex')
|
|
$('.free-open-tip .open-vip-btn').click(function(){
|
|
$('.free-open-tip .open-vip-btn').click(function(){
|
|
location.href= '/front/vipsubscribe/vipsubscribe_new'
|
|
location.href= '/front/vipsubscribe/vipsubscribe_new'
|