杨哲调试
This commit is contained in:
parent
c45cd58b59
commit
2504148dab
|
@ -237,7 +237,12 @@ export default {
|
|||
// params.picturesDto = res.data;
|
||||
|
||||
|
||||
params.picturesDto = this.imageList;
|
||||
// params.picturesDto = this.imageList;
|
||||
params.picturesDto = this.imageList.map((item) => {
|
||||
return {
|
||||
path: item,
|
||||
};
|
||||
});
|
||||
// uni.showModal({
|
||||
// title: "查看imageList",
|
||||
// content: (JSON.stringify(params)),
|
||||
|
|
Loading…
Reference in New Issue