bug修改

This commit is contained in:
mabo
2021-05-21 10:24:56 +08:00
parent 7c8d071c97
commit b1b587a50c
20 changed files with 89 additions and 63 deletions

View File

@@ -37,6 +37,7 @@
:action="uploadFileUrl"
:headers="accessToken"
style="display: inline-block;width:58px;"
v-if="!isView"
>
<div style="width: 58px;height:58px;line-height: 58px;">
<Icon type="md-camera" size="20"></Icon>
@@ -87,6 +88,10 @@ export default {
limit: {
type: Number,
default: 10
},
isView: {
type: Boolean,
default: false
}
},
data() {