From f190b82468b15b9743cac0611c04c85e484b6592 Mon Sep 17 00:00:00 2001
From: ghusermoon <2673031505@qq.com>
Date: Sat, 5 Sep 2020 14:38:18 +0800
Subject: [PATCH 1/2] =?UTF-8?q?=E9=80=81=E6=B4=97=E8=AF=84=E4=BB=B7?=
=?UTF-8?q?=E5=9B=BE=E7=89=87=E9=A2=84=E8=A7=88?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
components/mine/comment/index.vue | 8 ++++----
pageE/tool/SendWash.vue | 4 ++--
2 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/components/mine/comment/index.vue b/components/mine/comment/index.vue
index c32bd29..e6edffd 100644
--- a/components/mine/comment/index.vue
+++ b/components/mine/comment/index.vue
@@ -6,8 +6,8 @@
@@ -22,9 +22,9 @@ export default {
},
methods: {
previewImage(urls) {
- // console.log(urls)
+ const imagesUrl = [urls];
uni.previewImage({
- urls: urls,
+ urls: imagesUrl,
});
},
}
diff --git a/pageE/tool/SendWash.vue b/pageE/tool/SendWash.vue
index 825481c..0baddc1 100644
--- a/pageE/tool/SendWash.vue
+++ b/pageE/tool/SendWash.vue
@@ -125,8 +125,8 @@ export default {
this.sendLaundryOrderList();
},
onShow() {
- this.current = 0;
- this.swiperCurrent = 0;
+ // this.current = 0;
+ // this.swiperCurrent = 0;
this.showPopup = false;
this.sendLaundryOrderList();
this.sendCommentList();
From e19ae7ed82b3b244740fb173327d9f60c9bd1a6f Mon Sep 17 00:00:00 2001
From: ghusermoon <2673031505@qq.com>
Date: Sat, 5 Sep 2020 14:40:15 +0800
Subject: [PATCH 2/2] =?UTF-8?q?=E9=80=81=E6=B4=97=E8=AF=84=E4=BB=B7?=
=?UTF-8?q?=E5=9B=BE=E7=89=87=E9=A2=84=E8=A7=88?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
components/mine/comment/index.vue | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/components/mine/comment/index.vue b/components/mine/comment/index.vue
index e6edffd..c5826d3 100644
--- a/components/mine/comment/index.vue
+++ b/components/mine/comment/index.vue
@@ -6,8 +6,8 @@