Commit 8b9408f0 authored by mengcuiguang's avatar mengcuiguang

添加禁止截图

parent c850a310
......@@ -113,6 +113,15 @@
let index = options.index ?? ''
if (index != '' && index != undefined) {
this.currentPage = index
}
if(wx.setVisualEffectOnCapture){
wx.setVisualEffectOnCapture({
visualEffect: 'hidden',
success:(res) => {
},
})
}
},
onShow() {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment