张延森 5 年 前
コミット
b84cf0c906
共有1 個のファイルを変更した1 個の追加1 個の削除を含む
  1. 1
    1
      src/pages/house/edit/components/preselectionImg.jsx

+ 1
- 1
src/pages/house/edit/components/preselectionImg.jsx ファイルの表示

@@ -62,7 +62,7 @@ function groupHouseList(houseList = []) {
62 62
 
63 63
 const PreselectionImg = props => {
64 64
   const salesBatchId = props.salesBatchId
65
-  const [hotType, setHotType] = useState(1)
65
+  const [hotType, setHotType] = useState(2)
66 66
   const [blockList, setBlockList] = useState([])
67 67
   const [showHelp, setShowHelp] = useState(false)
68 68