From 0326f6a2d285d980607f6facecb97ac0840b0ca3 Mon Sep 17 00:00:00 2001
From: 陶杰 <1378534974@qq.com>
Date: 星期二, 15 十月 2024 15:02:25 +0800
Subject: [PATCH] 1.小程序-花店端-客服中心
---
sub_pages/customer/shop/shop.vue | 14 +++++++++++++-
1 files changed, 13 insertions(+), 1 deletions(-)
diff --git a/sub_pages/customer/shop/shop.vue b/sub_pages/customer/shop/shop.vue
index e7b63b0..d1f6f20 100644
--- a/sub_pages/customer/shop/shop.vue
+++ b/sub_pages/customer/shop/shop.vue
@@ -203,6 +203,10 @@
</view>
</view>
+ <!-- 平台回复 -->
+ <view class="comment-replay" v-if="item.replayContent">
+ 平台回复:{{item.replayContent}}
+ </view>
</u-col>
</u-row>
@@ -481,6 +485,7 @@
{
this.$message.showLoading()
const params={
+ l:0,
supplierId:this.id ,
...this.commentPage,
}
@@ -927,11 +932,18 @@
.input {
background-color: #fff !important;
-
+
border-radius: 8rpx;
}
}
}
+
+ .comment-replay{
+ background-color: #F6F6F6;
+ color: #6582B6;
+ margin-top:10rpx;
+ padding: 10rpx;
+ }
}
</style>
\ No newline at end of file
--
Gitblit v1.9.3