|
@@ -858,12 +858,14 @@
|
|
let thisType = sessionStorage.getItem('userIsNew')
|
|
let thisType = sessionStorage.getItem('userIsNew')
|
|
if (userNewType || thisType) {
|
|
if (userNewType || thisType) {
|
|
location.href = '/jyapp/vipsubscribe/toSubVipSetPage'
|
|
location.href = '/jyapp/vipsubscribe/toSubVipSetPage'
|
|
- }
|
|
|
|
- if(vm.rootInfo.memberStatus > 0) {
|
|
|
|
- location.href = '/jyapp/vipsubscribe/toSubVipSetPage'
|
|
|
|
} else {
|
|
} else {
|
|
- tokeyset()
|
|
|
|
|
|
+ if(vm.rootInfo.memberStatus > 0) {
|
|
|
|
+ location.href = '/jyapp/vipsubscribe/toSubVipSetPage'
|
|
|
|
+ } else {
|
|
|
|
+ tokeyset()
|
|
|
|
+ }
|
|
}
|
|
}
|
|
|
|
+
|
|
});
|
|
});
|
|
$(".tab_left .area").hide();
|
|
$(".tab_left .area").hide();
|
|
if (r.isPassCount) {
|
|
if (r.isPassCount) {
|
|
@@ -887,12 +889,14 @@
|
|
let thisType = sessionStorage.getItem('userIsNew')
|
|
let thisType = sessionStorage.getItem('userIsNew')
|
|
if (userNewType || thisType) {
|
|
if (userNewType || thisType) {
|
|
location.href = '/jyapp/vipsubscribe/toSubVipSetPage'
|
|
location.href = '/jyapp/vipsubscribe/toSubVipSetPage'
|
|
- }
|
|
|
|
- if(vm.selectPro) {
|
|
|
|
- location.href = '/jyapp/vipsubscribe/toSubVipSetPage'
|
|
|
|
} else {
|
|
} else {
|
|
- tosetpage()
|
|
|
|
|
|
+ if(vm.selectPro) {
|
|
|
|
+ location.href = '/jyapp/vipsubscribe/toSubVipSetPage'
|
|
|
|
+ } else {
|
|
|
|
+ tosetpage()
|
|
|
|
+ }
|
|
}
|
|
}
|
|
|
|
+
|
|
});
|
|
});
|
|
if(productType == 0) {
|
|
if(productType == 0) {
|
|
$(".vip_report").show();
|
|
$(".vip_report").show();
|