|
@@ -853,8 +853,8 @@ class Index extends Component {
|
|
|
}
|
|
|
|
|
|
renderList () {
|
|
|
- const hpI1 = require('@img/icon_hp_1.png')
|
|
|
- const hpI2 = require('@img/icon_hp_2.gif')
|
|
|
+ // const hpI1 = require('@img/icon_hp_1.png')
|
|
|
+ // const hpI2 = require('@img/icon_hp_2s.gif')
|
|
|
const { dataList } = this.state
|
|
|
const dictData = Taro.getStorageSync('dictData')
|
|
|
const curItems = dataList.map((item, index) => {
|
|
@@ -870,16 +870,22 @@ class Index extends Component {
|
|
|
})
|
|
|
return (
|
|
|
<Navigator url={'/pagesHouse/indexDtl?id=' + item.id} className="lhl-item col-1" key={index}>
|
|
|
- <View className="lhl-img">
|
|
|
- {
|
|
|
- item.vr_key
|
|
|
- ?
|
|
|
- <View className="icon">
|
|
|
+ {/* {
|
|
|
+ item.vr_key
|
|
|
+ ?
|
|
|
+ <View className="lhl-img">
|
|
|
+ <View className="vr-icon">
|
|
|
<Image src={hpI1} className="i i1" />
|
|
|
<Image src={hpI2} className="i i2" />
|
|
|
</View>
|
|
|
- : ''
|
|
|
- }
|
|
|
+ <Image src={item.vr_image} className="img" />
|
|
|
+ </View>
|
|
|
+ :
|
|
|
+ <View className="lhl-img">
|
|
|
+ <Image src={item.pri_image + '_xs'} className="img" />
|
|
|
+ </View>
|
|
|
+ } */}
|
|
|
+ <View className="lhl-img">
|
|
|
<Image src={item.pri_image + '_xs'} className="img" />
|
|
|
</View>
|
|
|
<View className="lhl-info">
|