查看评价效果图:
评分组件在上一篇文章!!!!!!!
<template>
<view class="view-comments">
<view class="evaluate-box">
<view class="title">
服务评价:
</view>
<view class="star-rating">
<stars-rating :starsIndex="starsIndex" :starsObject="clicked_list" :isEditStars="false"
@starsClick="starsClick"></stars-rating>
</view>
</view>
<view class="evaluate-comment">{
{
commentContent}}</view>
</view>
</template>
<script>
var http = require("../../utils/http.js");
va