|
@@ -306,7 +306,7 @@ export default defineComponent({
|
|
})
|
|
})
|
|
},
|
|
},
|
|
async upPhoto(e: any) {
|
|
async upPhoto(e: any) {
|
|
- conosle.log(e, 'upload')
|
|
|
|
|
|
+ console.log(e, 'upload')
|
|
const photoUrl = e.target.files[0]
|
|
const photoUrl = e.target.files[0]
|
|
;(this as any).$refs.headInput.value = null
|
|
;(this as any).$refs.headInput.value = null
|
|
if (photoUrl != undefined) {
|
|
if (photoUrl != undefined) {
|