# POI评价卡片

# 介绍

POI评价卡片,用于在POI详情页面展示对应POI的评分,评价标签等。

# 一般用法

<tms-poi-rating title="精选评价" showCommentBtn="{{false}}" showOneComment="{{false}}" poiInfo="{{ { bussClassify: 1, poiId:12345 } }}" />
<tms-poi-rating title="精选评价" showCommentBtn="{{false}}" showOneComment="{{false}}" poiInfo="{{ { bussClassify: 1, poiId:12345 } }}" />

参数:

  • title [必填]卡片标题
  • showCommentBtn [必填]是否展示去评价入口
  • showOneComment [必填]是否展示一条热门评价
  • poiInfo [必填]POI点信息,其中包括:bussClassify-业务分类;poiId-POI ID;addr-POI地址;name-POI店铺名;pic-POI图片