this is the template code
<div id="box" @click="jsFormNavtive()">
<img :src="imagesUrl" />
</div>
when created calls data, it comes from android
created(){
window.jsFormNavtive = this.jsFormNavtive;
}
methods:{
jsFormNavtive(data){
window.android.getCamera("00000");
this.imagesUrl = data;
alert(data)
return;
}
}
undefined
Press OK, then receive the value from Android when you call the album and select again, then pop up an alert box, and then press OK to call the camera again. Repeat over and over again