diff --git a/components/UserEvaluation.vue b/components/UserEvaluation.vue
index 084d160..651652e 100644
--- a/components/UserEvaluation.vue
+++ b/components/UserEvaluation.vue
@@ -11,13 +11,13 @@
{{ item.nickname }}
+ {{ item.createTime }}
{{ item.sku }}
-
{{ item.comment }}
@@ -61,12 +61,12 @@ export default {
mounted: function() {},
methods: {
dataFormat,
- previewImage(imgs,index){
- uni.previewImage({
- current:imgs[index],
- urls:imgs
- })
- }
+ previewImage(imgs,index){
+ uni.previewImage({
+ current:imgs[index],
+ urls:imgs
+ })
+ }
}
};
@@ -77,4 +77,7 @@ export default {
width: fit-content;
border-radius: 12rpx;
}
+.time{
+ padding: 0 !important;
+}