Commit 842675d8 authored by 余成's avatar 余成

解开带分享

parent b231c030
File added
......@@ -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 = "";
}
/**
* 判断是否是端内
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment