|
@@ -88,8 +88,8 @@
|
|
|
</view>
|
|
|
</view>
|
|
|
<view class="certificate-container">
|
|
|
- <up-image v-for="item in certificationPictures" :key="item" :src="item" class="certificate-img"
|
|
|
- mode="aspectFill"></up-image>
|
|
|
+ <image v-for="item in certificationPictures" :key="item" :src="item" class="certificate-img"
|
|
|
+ mode="aspectFill"></image>
|
|
|
</view>
|
|
|
</view>
|
|
|
</view>
|
|
@@ -97,7 +97,7 @@
|
|
|
<!-- 评论 -->
|
|
|
<view class="comment-container">
|
|
|
<view class="comment-top">
|
|
|
- <view class="comment-top-H2">评价(19条)</view>
|
|
|
+ <view class="comment-top-H2">评价(1条)</view>
|
|
|
<view class="comment-top-text">
|
|
|
<text>好评率100%</text>
|
|
|
<image src="/static/img/Iconly@1x (4).png" class="certificate-arrow-img"></image>
|