可选链

parent 9a266770
...@@ -10,8 +10,8 @@ ...@@ -10,8 +10,8 @@
<text class="four-text">1.2km</text> <text class="four-text">1.2km</text>
</view> </view>
<view class="threeBox"> <view class="threeBox">
<image class="img2" :src="item.evaluationVos[0].avatar" mode="aspectFill" /> <image class="img2" :src="item.evaluationVos[0]?.avatar" mode="aspectFill" />
<text class="one-text">{{ item.evaluationVos[0].evaluation }}</text> <text class="one-text">{{ item.evaluationVos[0]?.evaluation }}</text>
</view> </view>
<view class="labelBox"> <view class="labelBox">
<view v-for="(item, index) in item.labels" :key="index">{{ item }}</view> <view v-for="(item, index) in item.labels" :key="index">{{ item }}</view>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment