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: {
|
methods: {
|
||||||
previewImage(urls) {
|
previewImage(urls) {
|
||||||
// console.log(urls)
|
const imagesUrl = [urls];
|
||||||
uni.previewImage({
|
uni.previewImage({
|
||||||
urls: urls,
|
urls: imagesUrl,
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
@ -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();
|
||||||
|
Loading…
Reference in New Issue
Block a user