Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
CFFP-HB
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Chao Sun
CFFP-HB
Commits
1b538bdc
Commit
1b538bdc
authored
Jul 17, 2023
by
zeyang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1.优化法律手册
parent
224afab4
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
5 deletions
+6
-5
myPackageA/lawManual/lawManual.vue
+6
-5
No files found.
myPackageA/lawManual/lawManual.vue
View file @
1b538bdc
...
@@ -790,10 +790,11 @@
...
@@ -790,10 +790,11 @@
document
.
oncut
=
function
()
{
return
false
}
//屏蔽剪切
document
.
oncut
=
function
()
{
return
false
}
//屏蔽剪切
//获取系统信息
//获取系统信息
let
uniPlatform
=
uni
.
getSystemInfoSync
();
let
uniPlatform
=
uni
.
getSystemInfoSync
();
// console.log(uniPlatform.browserName);
var
ua
=
window
.
navigator
.
userAgent
.
toLowerCase
();
isShow
.
value
=
window
.
navigator
.
userAgent
.
toLowerCase
().
match
(
/MicroMessenger/i
)
===
'micromessenger'
;
isShow
.
value
=
ua
.
match
(
/MicroMessenger/i
)
==
'micromessenger'
;
console
.
log
(
uniPlatform
.
browserName
);
console
.
log
(
ua
);
console
.
log
(
ua
.
match
(
/MicroMessenger/i
)
==
'micromessenger'
);
})
})
</
script
>
</
script
>
...
@@ -808,7 +809,7 @@
...
@@ -808,7 +809,7 @@
font-size
:
30
rpx
;
font-size
:
30
rpx
;
.titleBox
{
.titleBox
{
margin
:
10vh
0
;
padding
:
10vh
0
;
}
}
.catalogue
{
.catalogue
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment