We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd327da commit 189a4d0Copy full SHA for 189a4d0
pages/activity/activity.nvue
@@ -19,7 +19,7 @@
19
<u-row justify="center" customStyle='margin:10px 0'>
20
<u-col span="12" align="center">
21
<u-upload @afterRead="onPhotoUploadAfterRead" :fileList="uploadFileList" accept="image"
22
- maxCount="1" width='200' height="200"></u-upload>
+ @delete="onPhotoUploadDelete" maxCount="1" width='400' height="400"></u-upload>
23
</u-col>
24
</u-row>
25
<u-row justify="center">
@@ -89,8 +89,9 @@
89
}
90
},
91
methods: {
92
-
93
+ onPhotoUploadDelete() {
+ this.uploadFileList = []
94
+ },
95
/**
96
* @description 确认选择该图片进行签到
97
*/
0 commit comments