楼层单个图片问题
parent
9b5e2ec7f0
commit
9b3704a141
|
@ -1,8 +1,8 @@
|
|||
<template>
|
||||
<div class="layout">
|
||||
<div class="flex-one">
|
||||
<!-- <u-image width="100%" mode="aspectFit" height="280rpx" :src="res.list[0].img" alt=""></u-image> -->
|
||||
<hotzone :res="res"></hotzone>
|
||||
<u-image v-if="res.list[0].zoneInfo == ''" @click="modelNavigateTo(res.list[0])" width="100%" mode="aspectFit" height="280rpx" :src="res.list[0].img" alt=""></u-image>
|
||||
<hotzone v-else :res="res"></hotzone>
|
||||
</div>
|
||||
</div>
|
||||
</template>
|
||||
|
@ -17,7 +17,7 @@ export default {
|
|||
},
|
||||
data() {
|
||||
return {
|
||||
modelNavigateTo,
|
||||
modelNavigateTo
|
||||
};
|
||||
},
|
||||
props: ["res"],
|
||||
|
|
Loading…
Reference in New Issue