<view data-idx="v" @tap="ChooseImage"></view>//idx中不能有大写字母
//取值
ChooseImage(e) {
let idx = e.currentTarget.dataset.idx;
}
<view data-idx="v" @tap="ChooseImage"></view>//idx中不能有大写字母
//取值
ChooseImage(e) {
let idx = e.currentTarget.dataset.idx;
}
本文标题:uniapp小程序绑定方法传值
本文链接:https://www.haomeiwen.com/subject/fagpdhtx.html
网友评论