Merge pull request '送洗评价图片预览' (#336) from zhy into master

Reviewed-on: http://git.luyuan.tk/luyuan/deming/pulls/336
This commit was merged in pull request #336.
This commit is contained in:
2020-09-05 14:41:11 +08: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();