Component({ properties: { }, data: { /***图片 **/ uploadImageList: [], imageId: 1, noteContent: '', imageListlenght: 9, isUploading: false, //true正在上传 isPublish: false, //true正在发送请求 }, methods: { } })