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 @@ {{ info.comment }} - - + + @@ -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();