admin/src/components/business/OperaMemberWindow.vue
@@ -28,7 +28,7 @@ @uploadSuccess="uploadAvatarSuccess" @uploadEnd="isUploading = false" @uploadBegin="isUploading = true" /> <div class="content"> <div>1、建议尺寸:750px X 750px 。</div> <div>2、支持png、jpg、jpeg格式,大小不超过2M,上传图片不允许涉及政治敏感与色情。</div> <div>2、支持png、jpg、jpeg格式,大小不超过5M,上传图片不允许涉及政治敏感与色情。</div> </div> </div> </el-form-item> @@ -163,6 +163,7 @@ methods: { loadCateList () { cateList({ status: 0 }).then(res => { this.cateList = res })