fix(marketplace): fixing hubmarket server specific error
This commit is contained in:
parent
4df6003bd9
commit
4324dc6ea8
@ -125,15 +125,14 @@ export default {
|
||||
return hub.is_user_registered()
|
||||
},
|
||||
get_seller_profile_and_items() {
|
||||
let post_data = {company: this.seller_company}
|
||||
if (this.page_name == 'profile'){
|
||||
this.seller_company = null;
|
||||
this.hub_seller = hub.settings.hub_seller_name
|
||||
post_data = {hub_seller: this.hub_seller}
|
||||
}
|
||||
hub.call(
|
||||
'get_hub_seller_page_info',
|
||||
{ company: this.seller_company,
|
||||
hub_seller: this.hub_seller }
|
||||
).then(data => {
|
||||
hub.call('get_hub_seller_page_info', post_data)
|
||||
.then(data => {
|
||||
this.init = false;
|
||||
this.profile = data.profile;
|
||||
this.items = data.items;
|
||||
|
Loading…
x
Reference in New Issue
Block a user