张延森 пре 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