送洗评价图片预览 #336

Merged
hansu merged 2 commits from zhy into master 2020-09-05 06:41:12 +00:00
2 changed files with 4 additions and 4 deletions

View File

@ -22,9 +22,9 @@ export default {
},
methods: {
previewImage(urls) {
// console.log(urls)
const imagesUrl = [urls];
uni.previewImage({
urls: urls,
urls: imagesUrl,
});
},
}

View File

@ -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();