@@ -240,6 +240,7 @@ class CartService extends BaseService
$this->model->where(['user_id'=>$userId,'mark'=>1])->update(['mark' => 0,'update_time' => time()]);
}
+ $this->error = '删除成功';
RedisService::clear("caches:goods:cartCount:{$userId}");
return ['ids' => $ids, 'count' => $this->getCount($userId)];