Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
Shanxi_CCB_Card
Project
Project
Details
Activity
Releases
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
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
余成
Shanxi_CCB_Card
Commits
842675d8
Commit
842675d8
authored
Sep 30, 2022
by
余成
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
解开带分享
parent
b231c030
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
5 deletions
+5
-5
code0930v1.zip
code0930v1.zip
+0
-0
index.html
index.html
+5
-5
No files found.
code0930v1.zip
0 → 100644
View file @
842675d8
File added
index.html
View file @
842675d8
...
...
@@ -771,11 +771,11 @@
// 端内展示分享按钮 端外不展示
//
if (!isInClient() || !window.CCBBridge) {
//
document.getElementById("sharebtn").style.display = "none";
//
} else {
//
document.getElementById("sharebtn").style.display = "";
//
}
if
(
!
isInClient
()
||
!
window
.
CCBBridge
)
{
document
.
getElementById
(
"sharebtn"
).
style
.
display
=
"none"
;
}
else
{
document
.
getElementById
(
"sharebtn"
).
style
.
display
=
""
;
}
/**
* 判断是否是端内
...
...
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