作者 Cool
1 个管道 的构建 通过 耗费 0 秒

个人中心首页接口修改

... ... @@ -146,7 +146,7 @@ class User extends Api
}
}
$store = \app\api\model\Store::where('user_id',$this->auth->id)->order('id','DESC')->value('status');
if($store['status'] == 3) {
if($store == 3) {
$where_house = [
'user_id' => $this->auth->id,
'store_id' => $store['id'],
... ...