| | |
| | | <!-- |
| | | * @Date: 2019-08-30 18:04:49 |
| | | * @LastEditors: zxq |
| | | * @LastEditTime: 2022-08-05 13:56:46 |
| | | * @LastEditTime: 2022-08-05 14:09:34 |
| | | * @Description: |
| | | --> |
| | | <template> |
| | |
| | | <input |
| | | style="display: none;cursor:pointer" |
| | | type="file" |
| | | id='androidInputFileImage' |
| | | id='inputFileImage' |
| | | ref="androidInputFileImage" |
| | | @change="handlePhotoChange($event,1)" |
| | | accept="image/jpg, image/jpeg, image/png" |
| | |
| | | <input |
| | | style="display: none;cursor:pointer;" |
| | | type="file" |
| | | id='androidInputFileCapture' |
| | | id='inputFileCapture' |
| | | ref="androidInputFileCapture" |
| | | @change="handlePhotoChange($event,2)" |
| | | accept="image/*" |