参数
function listener
用户主动截屏事件的监听函数
var _this = this; wx.onUserCaptureScreen(function () { _this.setData({ onUserCaptureScreen: true, }); });