Commit 8b9408f0 authored by mengcuiguang's avatar mengcuiguang

添加禁止截图

parent c850a310
...@@ -114,6 +114,15 @@ ...@@ -114,6 +114,15 @@
if (index != '' && index != undefined) { if (index != '' && index != undefined) {
this.currentPage = index this.currentPage = index
} }
if(wx.setVisualEffectOnCapture){
wx.setVisualEffectOnCapture({
visualEffect: 'hidden',
success:(res) => {
},
})
}
}, },
onShow() { onShow() {
try { try {
......
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