|
@@ -49,7 +49,6 @@ 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)
|
|
|
|
|
this.setState({
|
|
this.setState({
|
|
|
curObj: res || {}
|
|
curObj: res || {}
|
|
|
}, () => {
|
|
}, () => {
|
|
@@ -136,7 +135,17 @@ class Index extends Component {
|
|
|
<View onClick={this.previewImageHandle.bind(this, three.img_url, two.area_list)} className="tips">
|
|
<View onClick={this.previewImageHandle.bind(this, three.img_url, two.area_list)} className="tips">
|
|
|
<View className="bg"></View>
|
|
<View className="bg"></View>
|
|
|
<View className="t">查看大图</View>
|
|
<View className="t">查看大图</View>
|
|
|
|
|
+ <View className="t2">{three.remark}</View>
|
|
|
</View>
|
|
</View>
|
|
|
|
|
+ {
|
|
|
|
|
+ three.remark
|
|
|
|
|
+ ?
|
|
|
|
|
+ <View onClick={this.previewImageHandle.bind(this, three.img_url, two.area_list)} className="tips t2">
|
|
|
|
|
+ <View className="bg"></View>
|
|
|
|
|
+ <View className="t">{three.remark}</View>
|
|
|
|
|
+ </View>
|
|
|
|
|
+ : ''
|
|
|
|
|
+ }
|
|
|
{
|
|
{
|
|
|
three.vr_key
|
|
three.vr_key
|
|
|
? <Image onClick={this.linkVrHandle.bind(this, three)} className="vr-icon" src={vrIcon}/>
|
|
? <Image onClick={this.linkVrHandle.bind(this, three)} className="vr-icon" src={vrIcon}/>
|