WechatOwnerService/pages/common/commentPage.wxml
2019-11-14 00:32:50 +08:00

22 lines
669 B
Plaintext

<template name="commentPage">
<view class="commentPage-header">
<view class="commentPage-score">
<view class="overall">综合评分</view>
4.3
<view class="rate">商家综合好评率为76%</view>
</view>
<view class="commentPage-rating">
<view class="restaurant">商家评分
<view class="stars">★★★★★ 4</view>
</view>
<view class="distribute">配送评分
<view class="stars">★★★★★ 4.6</view>
</view>
</view>
</view>
<view class="commentPage-category">
<block wx:for="{{categoryList}}" wx:key="">
<view class="category-item">{{item.text}}({{item.numb}})</view>
</block>
</view>
</template>