魏超 5 年之前
父節點
當前提交
4fb011189f
共有 1 個檔案被更改,包括 1 行新增2 行删除
  1. 1
    2
      src/pages/carouselFigure/customImg/list.jsx

+ 1
- 2
src/pages/carouselFigure/customImg/list.jsx 查看文件

@@ -22,11 +22,10 @@ function header(props) {
22 22
   // 查询列表
23 23
   const getList = (params) => {
24 24
     request({ ...apis.carsuseFigure.customImg, params: { ...params },}).then((data) => {
25
-      console.log(data)
26 25
         if(data.records.length > 0){
27 26
           setData(data.records)
28 27
         }else{
29
-          setData([{'imgUrl':'1','imgType':'请编辑','imgDesc':'请编辑'}])
28
+          setData([{'imgUrl':'','imgType':'请编辑','imgDesc':'请编辑'}])
30 29
         }
31 30
         
32 31
     })