We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No description provided.
The text was updated successfully, but these errors were encountered:
没找到,不过可以在这里做回调: var self = this qrcode = new QRCode('canvas'+self.data.index, { ...... }); //二维码合成后,向页面发出反馈,并将当前二维码索引返回页面 const myEventDetail = { index: self.data.index } // detail对象,提供给事件监听函数 const myEventOption = {} // 触发事件的选项 self.triggerEvent('loadQrcode', myEventDetail, myEventOption)
Sorry, something went wrong.
不用回调就可以感觉
No branches or pull requests
No description provided.
The text was updated successfully, but these errors were encountered: