| | |
| | | <!-- |
| | | * @Date: 2019-08-30 18:04:49 |
| | | * @LastEditors: zxq |
| | | * @LastEditTime: 2022-08-05 15:00:48 |
| | | * @LastEditTime: 2022-08-05 15:02:07 |
| | | * @Description: |
| | | --> |
| | | <template> |
| | |
| | | ...mapMutations([SET_APP_LOADING]), |
| | | // 处理图片上传的事件(deleteIndex---删除图片的索引) |
| | | handlePhotoChange: function(evt,type) { |
| | | this.selectModel = false; |
| | | let that = this; |
| | | let shebei = this.judgeBrand(navigator.userAgent.toLowerCase()); |
| | | that.SET_APP_LOADING(true); |
| | |
| | | }, |
| | | // 选择拍照或者相册选项 |
| | | handleMenuSelect(index) { |
| | | console.log( this.$children[0] ) |
| | | if (index === 0) { |
| | | this.$refs.androidInputFileCapture.click(); |
| | | } else { |