|
@@ -296,12 +296,14 @@ var entSearch = new Vue({
|
|
}
|
|
}
|
|
}
|
|
}
|
|
},
|
|
},
|
|
|
|
+
|
|
company_phone_show :function (){
|
|
company_phone_show :function (){
|
|
return this.isLogin && !this.isFree
|
|
return this.isLogin && !this.isFree
|
|
},
|
|
},
|
|
getBIParams () {
|
|
getBIParams () {
|
|
const urlParams = new URLSearchParams(window.location.search)
|
|
const urlParams = new URLSearchParams(window.location.search)
|
|
return urlParams.get('resource')
|
|
return urlParams.get('resource')
|
|
|
|
+
|
|
}
|
|
}
|
|
},
|
|
},
|
|
created: function () {
|
|
created: function () {
|