liujq temp20230202 2 年之前
父節點
當前提交
75532c6d04
共有 1 個文件被更改,包括 1 次插入1 次删除
  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 || {}
       }, () => {