ziwen 1 年之前
父节点
当前提交
1759a4eccd
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      controllers/yanxuan_special.go

+ 1 - 1
controllers/yanxuan_special.go

@@ -66,7 +66,7 @@ func (this *YanxuanSpecialController) List() {
 	}
 	resp.List = list
 
-	br.Data = list
+	br.Data = resp
 	br.Ret = 200
 	br.Success = true
 	br.Msg = "获取成功"