直播组件live-player添加bindtap事件在Android中可以响应,wx.previewImage X 腾讯云COS防盗链白名单失败。在iPhone响应不了,代码如下:
本文来自微信小程序开发者论坛 -微信小程序工厂 http://www.xcxgc.com,转载请保留,开发微信小程序、定制微信小程序来微信小程序工厂网。
网友回复
詹坚**回复:
您好。代码片段如下:
wxml—>
live-player添加了一个bindtap的touchBottom事件,在js触发
js—>
touchBottom: function () {
var that = this;
var animation = wx.createAnimation({
duration: 200,
timingFunction: "linear",
delay: 0
})
that.animation = animation
animation.translateY(300).step()
that.setData({
animationData: animation.export(),
showModalplayer: true
});
animation.translateY(0).step()
that.setData({
animationData: animation.export(),
});
},
我意在直播通过touchBottom事件弹出cover-view层,但是点击时无法响应touchBottom事件,请解答,谢谢。
娇华**回复:
麻烦给个完整的能复现问题的代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)
关于模板消息的使用问题
本文网址:http://www.91bianli.com/kaifazhinan/62175.html