This commit is contained in:
DESKTOP-GMUNQ1B\k 2024-04-02 17:44:48 +08:00
parent 8c711250b9
commit 436ee0e6bc

View File

@ -567,10 +567,6 @@
}],
//
tabs3: [{
icon: 'icon-yizhan_o',
name: '云商品',
value: 7,
}, {
icon: 'icon-gouwu_o',
name: '商品',
value: 3,
@ -677,12 +673,26 @@
}
}
// #endif
this.getStore();
this.diyData();
shareScence(this.currSpid, this.isLogin);
this.initHeight();
// , tab
getStoreCloudGoods(this.id, {
page: 1,
limit: 1
}).then(res => {
const data = res.data.list;
if (data && data.length > 0) {
this.tabs3.unshift({
icon: 'icon-yizhan_o',
name: '云商品',
value: 7,
})
}
})
},
/**