|
@@ -39,29 +39,8 @@ function getUserNewType() {
|
|
|
newUserType = res.data.isUpgrade
|
|
|
}
|
|
|
})
|
|
|
- let entnicheRoot = sessionStorage.getItem('entniche-root')
|
|
|
- if(entnicheRoot) {
|
|
|
- entnicheRoot = JSON.parse(entnicheRoot)
|
|
|
- SuperSearch.isEntNicheNew = entnicheRoot.isNew
|
|
|
- } else {
|
|
|
- getNewEntNiche()
|
|
|
- }
|
|
|
}
|
|
|
|
|
|
-// 获取是否是商机管理
|
|
|
-function getNewEntNiche () {
|
|
|
- $.ajax({
|
|
|
- type: 'POST',
|
|
|
- url: '/entnicheNew/buy/whetherbuy',
|
|
|
- success: function(res) {
|
|
|
- console.log(res)
|
|
|
- if(res.error_code == 0) {
|
|
|
- sessionStorage.setItem('entniche-root', JSON.stringify(res.data))
|
|
|
- SuperSearch.isEntNicheNew = res.data.isNew
|
|
|
- }
|
|
|
- },
|
|
|
- })
|
|
|
-}
|
|
|
getUserNewType()
|
|
|
|
|
|
function hiddenTips2() {
|
|
@@ -490,6 +469,21 @@ var SuperSearch = {
|
|
|
SuperSearch.dyDiv = true;
|
|
|
});
|
|
|
|
|
|
+ // 获取是否是商机管理
|
|
|
+ function getNewEntNiche () {
|
|
|
+ $.ajax({
|
|
|
+ type: 'POST',
|
|
|
+ url: '/entnicheNew/buy/whetherbuy',
|
|
|
+ success: function(res) {
|
|
|
+ console.log(res)
|
|
|
+ if(res.error_code == 0) {
|
|
|
+ SuperSearch.isEntNicheNew = res.data.isNew
|
|
|
+ }
|
|
|
+ },
|
|
|
+ })
|
|
|
+ }
|
|
|
+
|
|
|
+ getNewEntNiche()
|
|
|
|
|
|
// 获取用户信息-用于立即订阅按钮
|
|
|
function getKeyUserInfo() {
|
|
@@ -4215,4 +4209,4 @@ window.onload = function(){
|
|
|
if(ActiveTipFlag){
|
|
|
ActiveTip = new Active_Tip();
|
|
|
}
|
|
|
-}
|
|
|
+}
|