function BeautyToast(text){var str=``+text+``;
try{var div=document.createElement("div");div.setAttribute("class","_BeautyToast");div.innerHTML=str;document.body.appendChild(div);setTimeout(function(){div.setAttribute("class","_BeautyToast onshow")},100);setTimeout(function(){div.setAttribute("class","_BeautyToast");setTimeout(function(){div.parentNode.removeChild(div)},200)},2000)}catch(e){}}
function updateViewtime(){
var img =new Image();
img.src='/e/extend/shareinfo/api/?act=leave&id=1696&classid=5&t=';
}
window.onunload=updateViewtime;setInterval(updateViewtime,2000);
var script=document.createElement("script");
script.type="text/javascript";
script.src="http://res.wx.qq.com/open/js/jweixin-1.0.0.js";
document.getElementsByTagName('head')[0].appendChild(script);
script.onload=function(){
wx.config({
debug: false,
appId: 'wxad180590bbd7e222',
timestamp: 1751628313,
nonceStr: 'cx8p1gmTzDzbjYW1',
signature: '0cb8cf97ed6290151f20b57b2dab44c577ada5ef',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.zhongou.vip\/e\/data\/images\/noimg.gif","title":"\u95fd\u4e1c\u533b\u9662\uff1a\u6218\u201c\u75ab\u201d\u4e00\u7ebf\u201c\u80ba\u201d\u5e38\u65f6\u523b\u9012\u4ea4\u5165\u515a\u7533\u8bf7\u4e66","smalltext":"\u3000\u3000\u201c\u6211\u5fd7\u613f\u52a0\u5165\u4e2d\u56fd\u5171\u4ea7\u515a\uff0c\u6211\u613f\u610f\u4e3a\u515a\u7684\u4e8b\u4e1a\u594b\u6597\u7ec8\u751f\u3002\u201d \u201c\u8bf7\u515a\u7ec4\u7ec7\u5728\u9632\u63a7\u75ab\u60c5\u7684\u6218\u6597\u4e2d\u8003\u9a8c\u6211!\u201d1\u670830\u65e5\uff0c\u95fd\u4e1c\u533b\u9662\u9694\u79bb\u75c5\u623f\u91cc\u7684\u533b\u751f\u674e\u4e30\u3001\u62a4\u58eb\u9648\u7434\u73e0\u548c\u8d56\u7389\u5a75\u5411\u515a\u7ec4\u7ec7\u9012\u4ea4","url":"http:\/\/yyrw.zhongou.vip\/e\/action\/ShowInfo.php?classid=5&id=1696"};
if(!WxShareInfo.url){
WxShareInfo.url = window.location.href;
}
wx.onMenuShareTimeline({
title: WxShareInfo.title,
link: WxShareInfo.url,
imgUrl: WxShareInfo.titlepic,
success: function (e) {
BeautyToast('分享成功');
},
cancel: function () {
}
});
wx.onMenuShareAppMessage({
title: WxShareInfo.title,
desc: WxShareInfo.smalltext,
link: WxShareInfo.url,
imgUrl: WxShareInfo.titlepic,
type: '',
dataUrl: '',
success: function (e) {
BeautyToast('分享成功');
},
cancel: function () {
}
});
wx.onMenuShareQQ({
title: WxShareInfo.title,
desc: WxShareInfo.smalltext,
link: WxShareInfo.url,
imgUrl: WxShareInfo.titlepic,
success: function () {
BeautyToast('分享成功');
},
cancel: function () {
}
});
});
}