Browse Source

@laijj@截屏开关插件修改,提示语优化

赖骏劼 4 years ago
parent
commit
6061467af9
1 changed files with 2 additions and 2 deletions
  1. 2 2
      show-server/src/main/webapp/biz/js/plugins/captureAuthority.js

+ 2 - 2
show-server/src/main/webapp/biz/js/plugins/captureAuthority.js

@ -10,9 +10,9 @@ require(["ipuMobile", "jcl", "jquery", "ipuUI"], function (IpuMobile, Wade, $, i
10 10
			IpuMobile.getCaptrueScreenStatus(function (result) {
11 11
				console.log(result)
12 12
				if(result=="true"){
13
					ipuUI.toast("截屏权限开")
13
					ipuUI.toast("截屏权限开,现已允许进行截屏")
14 14
				}else{
15
					ipuUI.toast("截屏权限关")
15
					ipuUI.toast("截屏权限关,现已不允许进行截屏")
16 16
				}
17 17
			})
18 18
		})