You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

25 lines
988 B

<template>
<div class="service-evaluation-status">
<div class="page-top">
<a><img src="../assets/images/my-money/left.png"/></a>
<span>服务评价</span>
</div>
<div class="page-content">
<div class="evaluation-status-box">
<!--
评价成功
../assets/images/service-evaluation/evaluation-status-0.png
//不可重复评价
../assets/images/service-evaluation/evaluation-status-1.png
//已过期
../assets/images/service-evaluation/evaluation-status-2.png
//账号不一致
../assets/images/service-evaluation/evaluation-status-3.png
-->
<img src="../assets/images/service-evaluation/evaluation-status-0.png" class="evaluation-status-icon">
<span>评价成功</span>
</div>
</div>
</div>
</template>