提交 49d87f5d authored 作者: 王天霸's avatar 王天霸

bug

上级 f9ecad46
差异被折叠。
This source diff could not be displayed because it is too large. You can view the blob instead.
......@@ -710,9 +710,9 @@
if(this.editLogoImgFileList.length > 0) {
for(let i = 0; i < this.editLogoImgFileList.length; i++) {
if(i === 0) {
data['shop_logo'] = this.editLogoImgFileList[i].url;
data['shop_logo'] = this.editLogoImgFileList[i].image_url;
}else {
data['shop_logo'] += ',' + this.editLogoImgFileList[i].url;
data['shop_logo'] += ',' + this.editLogoImgFileList[i].image_url;
}
}
}
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论