Files
g.hnyhua.cn/Mtxfw.VipSite/mobile/video_share.html
2026-02-07 15:48:27 +08:00

83 lines
3.3 KiB
HTML
Raw Blame History

This file contains invisible Unicode characters
This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="maximum-scale=1.0,minimum-scale=1.0,user-scalable=0,initial-scale=1.0,width=device-width" />
<meta name="format-detection" content="telephone=no,email=no,date=no,address=no">
<title>Hello APP</title>
<link rel="stylesheet" type="text/css" href="../css/api.css" />
<link rel="stylesheet" type="text/css" href="../css/content.css" />
<style type="text/css">html,body{background: none;overflow: hidden;}
</style>
</head>
<body style="padding:0.1em; box-sizing: border-box;" onclick="closecommon()">
<div id="commnheader" style=" position: absolute; bottom:0; width:100%; height:auto; background: #fff;border-radius:0.8em 0.8em 0 0;" onclick="stopPropagation(event)">
<header style="background: none;"><div class="ub">
<h1 class="ub-f1" style="color: #000000;font-size: 1.2em; text-align: left; padding-left:0.8em;">
分享给朋友
</h1>
<div class="nav-btn blue" id="nav-right" style=" margin:0; padding:0;padding-top:0.2em; min-width:4em">
<!--<img src="../image/full.png" class="full" onclick="onfull()" style="margin-left:0; margin-top:0em; height:1.4em;width:1.4em;" />--><img src="../image/close.png" class="close" style="margin-left:0.8em;margin-right:0.8em; margin-top:0em; height:1.5em;width:1.5em;" onclick="closecommon();" />
</div>
</div>
</header>
<section class="ub-f1" onclick="stopPropagation(event)">
<div class="share_box">
<div onclick="onshare()"><img src="../image/weixin.png" /><div>分享到微信</div></div>
<div onclick="onzf()"><img src="../image/share_zf.png" /><div>转发</div></div>
<div onclick="oncopy()"><img src="../image/share_link.png" /><div>复制链接</div></div>
<div onclick="onxz()"><img src="../image/share_xz.png" /><div>下载</div></div>
</div>
</section>
</div>
<div class="ajaxLoader ub ub-ac uhide" onclick="reload()">
<div class="ub ub-ac ub-ver"><img src="../image/load.gif" /><br>正在加载...</div>
</div>
</body>
<script type="text/javascript" src="../script/api.js"></script>
<script type="text/javascript" src="../script/main.js"></script>
<script type="text/javascript" src="../script/moment.js"></script>
<script type="text/javascript" src="../script/jquery-2.0.2.min.js"></script>
<script type="text/javascript">
var videoid=null;
var userId=null;
var LoginId=null;
apiready = function() {
videoid=$api.getStorage("videoid");
userId=$api.getStorage("userId");
LoginId=$api.getStorage("LoginId");
};
function closecommon(){
closeFrame('video_share');
}
function stopPropagation(e) {
   if (e.stopPropagation)
     e.stopPropagation();
   else
     e.cancelBubble = true;
}
function onshare(){
toast("此流量视频不能分享!");
}
function onzf(){
toast("此流量视频不能转发!");
}
function oncopy(){
toast("此流量视频不能分享!");
}
function onxz(){
toast("此流量视频不能下载!");
}
</script>
</html>