...
|
...
|
@@ -32,7 +32,6 @@ class IndexController extends WebAction |
|
|
|
|
|
//获取uid
|
|
|
$uid = $this->getUid();
|
|
|
// $uid = '13549594'; // tar note 待删除
|
|
|
|
|
|
// 1 该品牌在多个店铺存在,2 该品牌只有一个店铺
|
|
|
$type = intval(isset($result['type']) ? $result['type'] : '');
|
...
|
...
|
@@ -215,7 +214,7 @@ class IndexController extends WebAction |
|
|
{
|
|
|
//品牌域名
|
|
|
$domain = $this->param('named');
|
|
|
// $domain = 'al203'; // tar note 待删除
|
|
|
|
|
|
if (empty($domain)) {
|
|
|
$this->go(SITE_MAIN);
|
|
|
}
|
...
|
...
|
@@ -262,7 +261,6 @@ class IndexController extends WebAction |
|
|
// $domain = 's'; // tar note 待删除
|
|
|
|
|
|
$uid = $this->getUid();
|
|
|
// $uid = '13549594'; // tar note 待删除
|
|
|
|
|
|
$shopIntro = ShopModel::getIntro($shopId, $uid);
|
|
|
|
...
|
...
|
@@ -346,7 +344,6 @@ class IndexController extends WebAction |
|
|
'message' => '操作失败'
|
|
|
);
|
|
|
$uid = $this->getUid();
|
|
|
// $uid = '13549594'; // tar note 待删除
|
|
|
|
|
|
$shopId = $this->post('shopId');
|
|
|
$isFavorite = $this->post('isFavorite');
|
...
|
...
|
|