problem description
mt-actionsheet I have already written, but how do I adjust the photo and album when I click "take a picture" or click the "Select from album" button?
the environmental background of the problems and what methods you have tried
related codes
/ / Please paste the code text below (do not replace the code with pictures)
mounted () {
this.actions = [{
name: "",
method: this.takePhoto
}, {
name: "",
method: this.openAlbum
}];
},
methods:{
//
takePhoto(){
console.log("")
},
//
openAlbum(){
console.log("")
},
}