// components/filling/index.js const app = getApp(); Component({ /** * 组件的属性列表 */ properties: { limit:{ type:Number, value:5 }, fileUrlArray:{ type:Array }, }, /**数据监听 */ observers: { fileUrlArray:function(val){ let lm = this.data.limit; let showUpload=false; if(val && val.length