|
|
@@ -25,7 +25,7 @@ class ShopController extends BaseController
|
|
|
{
|
|
|
$get = Yii::$app->request->get();
|
|
|
$mobile = $get['mobile'] ?? '';
|
|
|
- $shop = ShopClass::getByCondition(['mobile' => $mobile, 'ptStyle' => 1], true);
|
|
|
+ $shop = ShopClass::getByCondition(['mobile' => $mobile], true);
|
|
|
if (!empty($shop)) {
|
|
|
util::success(['has' => 1]);
|
|
|
}
|