修复好店评价详情页星星不展示的bug
This commit is contained in:
parent
30a2765505
commit
0dafebbb3b
@ -11,7 +11,7 @@
|
|||||||
</view>
|
</view>
|
||||||
<view class="Msg_Tit_right">
|
<view class="Msg_Tit_right">
|
||||||
<image v-for="(item, index) in 5" :key="index"
|
<image v-for="(item, index) in 5" :key="index"
|
||||||
:src="indez < info.satisfaction ? 'https://wechat-img-file.oss-cn-beijing.aliyuncs.com/property-img-file/local_start1.png' : 'https://wechat-img-file.oss-cn-beijing.aliyuncs.com/property-img-file/local_start2.png'"
|
:src="index < info.satisfaction ? 'https://wechat-img-file.oss-cn-beijing.aliyuncs.com/property-img-file/local_start1.png' : 'https://wechat-img-file.oss-cn-beijing.aliyuncs.com/property-img-file/local_start2.png'"
|
||||||
mode="aspectFill"></image>
|
mode="aspectFill"></image>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user