|
@@ -209,6 +209,8 @@ var vm = new Vue({
|
|
$(".switch").addClass('only-vip')
|
|
$(".switch").addClass('only-vip')
|
|
$(".switch .user_pro").text("商机管理")
|
|
$(".switch .user_pro").text("商机管理")
|
|
$(".switch_right").addClass('right_zj')
|
|
$(".switch_right").addClass('right_zj')
|
|
|
|
+ $('.user_pro').css('color', '#171826')
|
|
|
|
+ $(".switch .switch_icon").addClass('icon_ent')
|
|
this.selectPro = 3
|
|
this.selectPro = 3
|
|
// this.ajaxUrl = '/publicapply/subscribe/historyPush?t=' + new Date().getTime()
|
|
// this.ajaxUrl = '/publicapply/subscribe/historyPush?t=' + new Date().getTime()
|
|
}
|
|
}
|
|
@@ -449,6 +451,17 @@ var vm = new Vue({
|
|
$.post("/subscribepay/report/tip?t=" + new Date().getTime(), {type:"vip"}, function (r) {
|
|
$.post("/subscribepay/report/tip?t=" + new Date().getTime(), {type:"vip"}, function (r) {
|
|
reportHtml(r);
|
|
reportHtml(r);
|
|
});
|
|
});
|
|
|
|
+ } else if (res.data.vt == 's') {
|
|
|
|
+ productType = 3
|
|
|
|
+ historyVt = 's'
|
|
|
|
+ sessionStorage.setItem('switch-product', 'entniche')
|
|
|
|
+ _this.RemoveClass('vip')
|
|
|
|
+ $(".switch").addClass('only-vip')
|
|
|
|
+ $(".switch .user_pro").text("商机管理")
|
|
|
|
+ $(".switch_right").addClass('right_zj')
|
|
|
|
+ $('.user_pro').css('color', '#171826')
|
|
|
|
+ $(".switch .switch_icon").addClass('icon_ent')
|
|
|
|
+ _this.selectPro = 3
|
|
}
|
|
}
|
|
if(switchProduct == 'bigmember' && _this.rootInfo.isSubCount) {
|
|
if(switchProduct == 'bigmember' && _this.rootInfo.isSubCount) {
|
|
$('#sub_manager').hide();
|
|
$('#sub_manager').hide();
|