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

Reviewed-on: http://git.luyuan.tk/luyuan/deming/pulls/336
This commit is contained in:
hansu 2020-09-05 14:41:11 +08:00
commit 6830d8cde7
2 changed files with 4 additions and 4 deletions

View File

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

View File

@ -125,8 +125,8 @@ export default {
this.sendLaundryOrderList(); this.sendLaundryOrderList();
}, },
onShow() { onShow() {
this.current = 0; // this.current = 0;
this.swiperCurrent = 0; // this.swiperCurrent = 0;
this.showPopup = false; this.showPopup = false;
this.sendLaundryOrderList(); this.sendLaundryOrderList();
this.sendCommentList(); this.sendCommentList();