|
@@ -305,6 +305,9 @@
|
|
delimiters: ['${', '}'],
|
|
delimiters: ['${', '}'],
|
|
el: '#v-pro',
|
|
el: '#v-pro',
|
|
data: {
|
|
data: {
|
|
|
|
+ powerInfo: {
|
|
|
|
+ viper: false
|
|
|
|
+ },
|
|
bigstatus: 0,//大会员状态
|
|
bigstatus: 0,//大会员状态
|
|
isPayedUser: false,//是否是付费用户
|
|
isPayedUser: false,//是否是付费用户
|
|
careShow: false,
|
|
careShow: false,
|
|
@@ -734,14 +737,14 @@
|
|
$.ajax({
|
|
$.ajax({
|
|
type: 'POST',
|
|
type: 'POST',
|
|
url: '/bigmember/use/isAdd',
|
|
url: '/bigmember/use/isAdd',
|
|
- data: {},
|
|
|
|
success: function (res) {
|
|
success: function (res) {
|
|
- console.log(res)
|
|
|
|
- // res.data.memberStatus = 0
|
|
|
|
_this.bigstatus = res.data.memberStatus
|
|
_this.bigstatus = res.data.memberStatus
|
|
_this.power = res.data.power
|
|
_this.power = res.data.power
|
|
_this.isPayedUser = res.data.memberStatus > 0 || res.data.vipStatus || res.data.entniche
|
|
_this.isPayedUser = res.data.memberStatus > 0 || res.data.vipStatus || res.data.entniche
|
|
_this.entIsNew = res.data.entIsNew
|
|
_this.entIsNew = res.data.entIsNew
|
|
|
|
+ if (res.data) {
|
|
|
|
+ Object.assign(_this.powerInfo, res.data)
|
|
|
|
+ }
|
|
},
|
|
},
|
|
error: function (err) {
|
|
error: function (err) {
|
|
console.log(err)
|
|
console.log(err)
|
|
@@ -754,12 +757,7 @@
|
|
anchor: '采购单位全景分析',
|
|
anchor: '采购单位全景分析',
|
|
landname: this.prolist.buyer
|
|
landname: this.prolist.buyer
|
|
}
|
|
}
|
|
- if (this.bigstatus <= 0 || this.bigstatus == 3) {
|
|
|
|
- sessionStorage.setItem('landinfo', JSON.stringify(landinfo))
|
|
|
|
- location.href = './landingPage'
|
|
|
|
- } else {
|
|
|
|
- location.href = "./unit_portrayal?entName=" + encodeURIComponent(this.prolist.buyer)
|
|
|
|
- }
|
|
|
|
|
|
+ location.href = "./unit_portrayal?entName=" + encodeURIComponent(this.prolist.buyer)
|
|
},
|
|
},
|
|
// 中标预测跳转
|
|
// 中标预测跳转
|
|
goAiAdd: function () {
|
|
goAiAdd: function () {
|