mirror of
https://gitee.com/java110/MicroCommunityWeb.git
synced 2026-02-24 05:46:03 +08:00
优化代码
This commit is contained in:
parent
48456656d1
commit
999ca8bc1f
@ -241,7 +241,7 @@
|
||||
},
|
||||
_freshPhotoOrVedio: function(_advertItems) {
|
||||
|
||||
if (!_advertItems || _advertItems.size() < 1) {
|
||||
if (!_advertItems || _advertItems.length < 1) {
|
||||
vc.emit('editAdvert', 'uploadImage', 'notifyPhotos', []);
|
||||
}
|
||||
//判断属性中是否有照片
|
||||
|
||||
Loading…
Reference in New Issue
Block a user