榆山
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

20 lines
267 B

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