...
|
...
|
@@ -81,7 +81,7 @@ const getRelatedEditorial = () => { |
|
|
|
|
|
};
|
|
|
|
|
|
//是否收藏
|
|
|
// 是否收藏
|
|
|
const isCollection = (uid, brandId, clientType) => {
|
|
|
return serviceAPI.get('shops/service/v1/favorite/getUidBrandFav', {
|
|
|
uid: uid,
|
...
|
...
|
@@ -97,12 +97,6 @@ const isCollection = (uid, brandId, clientType) => { |
|
|
let isLike = false;
|
|
|
return isLike;
|
|
|
}
|
|
|
|
|
|
if (isset($getUidBrandFav['code']) && $getUidBrandFav['code'] == 200) {
|
|
|
$cached['getUidBrandFav'] = true;
|
|
|
} else {
|
|
|
$getUidBrandFavResult = false;
|
|
|
}
|
|
|
});
|
|
|
};
|
|
|
|
...
|
...
|
|