张延森 il y a 5 ans
Parent
révision
b84cf0c906
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1
    1
      src/pages/house/edit/components/preselectionImg.jsx

+ 1
- 1
src/pages/house/edit/components/preselectionImg.jsx Voir le fichier

@@ -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