liujq temp20230202 2 years ago
parent
commit
75532c6d04
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/pagesHouse/produceType.jsx

+ 1 - 1
src/pagesHouse/produceType.jsx

@@ -49,7 +49,7 @@ class Index extends Component {
   getDtl = () => {
     const { curId } = this.state
     Taro.api.house.admestatedetail({id: curId}).then(res => {
-      console.log(res.area_data)
+      // console.log(res.area_data)
       this.setState({
         curObj: res || {}
       }, () => {