Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
Y
ybf
Project
Project
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
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
xulili
ybf
Commits
1309cfee
Commit
1309cfee
authored
5 years ago
by
xd
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
侧边栏修改,加入禁止分享网页
parent
adcc93e2
master
No related merge requests found
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
15 additions
and
1 deletion
+15
-1
index.html
ybf_wx/public/qrCode/index.html
+14
-1
index.html
ybf_wx/public/register/index.html
+1
-0
No files found.
ybf_wx/public/qrCode/index.html
View file @
1309cfee
...
...
@@ -249,6 +249,19 @@
}
__main
()
function
onBridgeReady
()
{
WeixinJSBridge
.
call
(
'hideOptionMenu'
);
}
if
(
typeof
WeixinJSBridge
==
"undefined"
)
{
if
(
document
.
addEventListener
)
{
document
.
addEventListener
(
'WeixinJSBridgeReady'
,
onBridgeReady
,
false
);
}
else
if
(
document
.
attachEvent
)
{
document
.
attachEvent
(
'WeixinJSBridgeReady'
,
onBridgeReady
);
document
.
attachEvent
(
'onWeixinJSBridgeReady'
,
onBridgeReady
);
}
}
else
{
onBridgeReady
()
}
</script>
</body>
...
...
This diff is collapsed.
Click to expand it.
ybf_wx/public/register/index.html
View file @
1309cfee
...
...
@@ -66,6 +66,7 @@
return
context
==
null
||
context
==
""
||
context
==
"undefined"
?
""
:
context
;
}
const
storecode
=
GetQueryString
(
"storeCode"
)
// 禁止分享
$
(
function
()
{
showQRInfo
()
});
...
...
This diff is collapsed.
Click to expand it.
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