Authored by 郭成尧

search-no-shop-no-fav-check

... ... @@ -497,9 +497,6 @@ const getShopData = (req, shopId, uid, isApp) => {
let shopData = {};
let channel = req.yoho.channel;
/* 变量污染临时处理 */
// shopId = shopId.replace(/\//, '');
return _getShopInfo(shopId, uid).then(shopInfoResult => {
/* 基础店铺返回程序内的跳转信号,跳转到基础店铺 */
... ...
... ... @@ -89,7 +89,7 @@ ellipsis.init();
tip.show('网络断开连接了~');
}
});
} else {
} else if ($('.shopId').val().length > 0){
$.ajax({
url: '/product/index/baseShopFav',
data: {
... ...