| | |
| | | <div> |
| | | <!-- <label class="upload" > --> |
| | | <input |
| | | style=" cursor: pointer" |
| | | style="cursor:pointer" |
| | | type="file" |
| | | id="androidInputFileImage" |
| | | ref="androidInputFileImage" |
| | |
| | | <!-- </label> --> |
| | | <!-- <label class="upload" > --> |
| | | <input |
| | | style=" cursor: pointer" |
| | | style="cursor:pointer" |
| | | type="file" |
| | | id="androidInputFileCapture" |
| | | ref="androidInputFileCapture" |
| | |
| | | }, |
| | | // 选择拍照或者相册选项 |
| | | handleMenuSelect(item, index) { |
| | | // console.log(this.$refs.androidInputFileCapture.click(), index); |
| | | console.log(this.$refs); |
| | | console.log(this.$refs.androidInputFileCapture); |
| | | console.log(this.$refs.androidInputFileImage); |
| | | |
| | | if (index === 0) { |
| | | // this.$refs.androidInputFileCapture.dispatchEvent( |
| | | // new MouseEvent("click") |