|
|
@ -293,11 +293,11 @@ function updateComponent(key, e) {
|
|
|
|
const index = item.thumburl.lastIndexOf('/') + 1; // 获取最后一个 '/' 的位置并加1
|
|
|
|
const index = item.thumburl.lastIndexOf('/') + 1; // 获取最后一个 '/' 的位置并加1
|
|
|
|
const result = item.thumburl.substring(index);
|
|
|
|
const result = item.thumburl.substring(index);
|
|
|
|
if(tempobj.izupload==result){
|
|
|
|
if(tempobj.izupload==result){
|
|
|
|
tempobj.izupload=item.pictureid
|
|
|
|
tempobj.izupload=item.id
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
})
|
|
|
|
})
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
configStore.setAsideValue(tempobj)
|
|
|
|
configStore.setAsideValue(tempobj)
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|