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
6565fd43
Commit
6565fd43
authored
Jul 19, 2023
by
zeyang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
优化法条摘要
parent
07513fc9
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
myPackageA/lawManual/lawManual.vue
+2
-2
No files found.
myPackageA/lawManual/lawManual.vue
View file @
6565fd43
<
template
>
<view
class=
"container"
v-if=
"
!
isShow"
>
<view
class=
"container"
v-if=
"isShow"
>
<view
style=
"position: absolute;width: 60%;left: 20%;top: 50rpx;"
>
<image
src=
"../../static/lawManual/backGroundImg.png"
mode=
"widthFix"
></image>
</view>
...
...
@@ -1847,7 +1847,7 @@
// let uniPlatform = uni.getSystemInfoSync();
var
ua
=
window
.
navigator
.
userAgent
.
toLowerCase
();
isShow
.
value
=
ua
.
match
(
/MicroMessenger/i
)
==
'micromessenger'
;
if
(
!
isShow
.
value
)
{
if
(
isShow
.
value
)
{
init
();
}
})
...
...
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