张延森 5 years ago
parent
commit
b84cf0c906
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/pages/house/edit/components/preselectionImg.jsx

+ 1
- 1
src/pages/house/edit/components/preselectionImg.jsx View File

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