游湖阿代码

This commit is contained in:
java110 2022-01-01 13:57:13 +08:00
parent cf5777bc02
commit ad0846b50b

View File

@ -64,7 +64,7 @@
}); });
return; return;
} }
vc.urlToBase64(photoUrl + "?fileId=" + _photo + "&communityId=" + vc.getCurrentCommunity().communityId + "&time=" + new Date(), function (_base64Data) { vc.urlToBase64(photoUrl + "?fileId=" + _photo + "&communityId=-1&time=" + new Date(), function(_base64Data) {
this.uploadImageInfo.photos.push(_base64Data); this.uploadImageInfo.photos.push(_base64Data);
}) })
}); });