正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
@@ -77,9 +77,9 @@ class UserSize extends Model | @@ -77,9 +77,9 @@ class UserSize extends Model | ||
77 | public function edit($data) | 77 | public function edit($data) |
78 | { | 78 | { |
79 | empty($data['isdefault']) && $data['isdefault'] = '0'; | 79 | empty($data['isdefault']) && $data['isdefault'] = '0'; |
80 | + return $data['isdefault']; | ||
80 | // 该地址设为默认,其他地址就设为非默认 | 81 | // 该地址设为默认,其他地址就设为非默认 |
81 | if($data['isdefault'] == '1'){ | 82 | if($data['isdefault'] == '1'){ |
82 | - return 1; | ||
83 | $this->where('user_id',$this['user_id'])->update(['isdefault'=>'0']); | 83 | $this->where('user_id',$this['user_id'])->update(['isdefault'=>'0']); |
84 | } | 84 | } |
85 | // 对象转json字符串 | 85 | // 对象转json字符串 |
-
请 注册 或 登录 后发表评论