Merge pull request '送洗评价图片预览' (#336) from zhy into master
Reviewed-on: http://git.luyuan.tk/luyuan/deming/pulls/336
This commit is contained in:
commit
6830d8cde7
@ -22,9 +22,9 @@ export default {
|
||||
},
|
||||
methods: {
|
||||
previewImage(urls) {
|
||||
// console.log(urls)
|
||||
const imagesUrl = [urls];
|
||||
uni.previewImage({
|
||||
urls: urls,
|
||||
urls: imagesUrl,
|
||||
});
|
||||
},
|
||||
}
|
||||
|
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user