在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
将页面确定上的数值5传到js 微信官网
wtml: <view class="distpicker-btn"> <view class="distpicker-cancel-btn" bindtap="pickerCancel">取消</view> <view class='type'>性别</view> <view class="distpicker-sure-btn base_textcolor" bindtap="pickerSure" data-num="5">确定</view> </view>
js pickerSure:function(e){ console.log(e) console.log(this.data.selectValue); console.log(e.currentTarget.dataset.num) },
|
请发表评论