我写了一个点击事件,点击的时候可以执行,但是我想在show()内自动调用该方法。可是这个方法是带(e)的。要获取页面的data-参数
这种怎么可以让它自动执行。
1.如果这样调用that.logistics_time(),就会报错,说 Cannot read property 'currentTarget' of undefined;
2.如果这样调用that.logistics_time(e),就会报错,说 e is not defined;at api request success callback function
test:function(e){
var index = parseInt(e.currentTarget.dataset.index);
...
}
求解决办法。
微信小程序开发问题解答
微信小程序开发者回答:
这不是很正常的吗,这个e是什么,是事件对象,你都没触发事件你怎么能获取到事件对象上的东西呢
本文网址:http://www.91bianli.com/weixinxiaochengxu/10742.html