@@ -223,7 +223,7 @@ class ItemController extends Controller
{
$shop = ShopClass::getById($id, true);
if (empty($shop)) {
- util::stop('退出');
+ util::stop('没有找到门店');
}
$sjId = $shop->sjId;
ItemService::initItem($sjId, $id);