|
@@ -497,9 +497,6 @@ const getShopData = (req, shopId, uid, isApp) => { |
|
@@ -497,9 +497,6 @@ const getShopData = (req, shopId, uid, isApp) => { |
497
|
let shopData = {};
|
497
|
let shopData = {};
|
498
|
let channel = req.yoho.channel;
|
498
|
let channel = req.yoho.channel;
|
499
|
|
499
|
|
500
|
- /* 变量污染临时处理 */
|
|
|
501
|
- // shopId = shopId.replace(/\//, '');
|
|
|
502
|
-
|
|
|
503
|
return _getShopInfo(shopId, uid).then(shopInfoResult => {
|
500
|
return _getShopInfo(shopId, uid).then(shopInfoResult => {
|
504
|
|
501
|
|
505
|
/* 基础店铺返回程序内的跳转信号,跳转到基础店铺 */
|
502
|
/* 基础店铺返回程序内的跳转信号,跳转到基础店铺 */
|