liujq temp20230202 před 2 roky
rodič
revize
75532c6d04
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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 || {}
       }, () => {