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