mirror of
https://gitee.com/java110/MicroCommunityWeb.git
synced 2026-02-24 05:46:03 +08:00
优化图片显示数量
This commit is contained in:
parent
70b4598263
commit
7d0ec66578
@ -40,9 +40,10 @@
|
||||
});
|
||||
|
||||
vc.on('uploadImage', 'notifyPhotos', function (_photos) {
|
||||
let _imageCount = this.uploadImageInfo.imageCount;
|
||||
this.uploadImageInfo = {
|
||||
photos: [],
|
||||
imageCount: 99
|
||||
imageCount: _imageCount
|
||||
};
|
||||
_photos.forEach(function (_photo) {
|
||||
//?objId=772019092507000013&communityId=7020181217000001&fileTypeCd=10000
|
||||
|
||||
Loading…
Reference in New Issue
Block a user