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

no message

上级 6d318452
......@@ -711,12 +711,7 @@
// 编辑 的店铺logolist
debugger
if(this.editLogoImgFileList.length > 0) {
for(let i = 0; i < this.editLogoImgFileList.length; i++) {
if(i === 0) {
data['shop_logo'] = this.editLogoImgFileList[i].image_url;
}else {
data['shop_logo'] += ',' + this.editLogoImgFileList[i].image_url;
}
data['shop_logo'] = this.editLogoImgFileList[0].url;
}
}
data['qualification_auth'] = JSON.stringify(this.editQualificationList)
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论