feat:v1.4前端更新

This commit is contained in:
超凡
2025-06-24 14:43:09 +08:00
parent 0268aa5033
commit 35fec82e4a
1026 changed files with 118424 additions and 56490 deletions

View File

@@ -1,5 +1,6 @@
<template>
<view class="evaluateWtapper" v-if="reply.length > 0">
<!-- v-if="reply.length>0" -->
<view class="evaluateWtapper" v-if="reply.length>0">
<view class="evaluateItem" v-for="(item, indexw) in reply" :key="indexw">
<view class="pic-text acea-row">
<view class="pictrue">
@@ -24,7 +25,7 @@
</view>
</view>
<view class="reply" v-if="item.merchantReplyContent">
<text class="font-color">店小二</text>{{ item.merchantReplyContent }}
<text class="font_color">店小二</text>{{ item.merchantReplyContent }}
</view>
</view>
@@ -38,7 +39,7 @@
props: {
reply: {
type: Array,
default: []
default: () => []
}
},
data: function() {
@@ -148,4 +149,7 @@
top: -14rpx;
left: 40rpx;
}
.font_color{
@include main_color(theme);
}
</style>