Commit c54b2a21 authored by 皮倩雯's avatar 皮倩雯

修复集成登录bug

parent 5b12a256
Pipeline #60150 passed with stages
......@@ -79,7 +79,9 @@ const AddModal = props => {
images: pickItem.images,
siteDescription: pickItem.siteDescription,
});
if (pickItem.images.length > 0) {
console.log(pickItem);
console.log(pickItem.images);
if (pickItem.images && pickItem.images.length > 0) {
let arr = [];
pickItem.images.map((i, j) => {
let aa = {};
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment