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=1383&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: 1751571229,
nonceStr: 'sKAn0jt0GolDp5lE',
signature: '8c0a1064d3c73c69ea05f68120ab90a73d5cd705',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201911\/66817758a1905da34f63033f9ae44b86.jpg","title":"\u5e7f\u897f\u56fd\u9645\u58ee\u533b\u533b\u9662:\u201c\u6211\u4eec\u5f88\u597d\uff0c\u8bf7\u653e\u5fc3\uff01\u201d","smalltext":"\u201c\u6211\u4eec\u7684\u4e2d\u58ee\u533b\u7597\u6cd5\u5f88\u53d7\u5f53\u5730\u534e\u4eba\u534e\u4fa8\u6b22\u8fce\uff0c\u9646\u7eed\u6709\u60a3\u8005\u95fb\u8baf\u524d\u6765\uff0c\u53cd\u54cd\u5f88\u597d\uff01\u201d\u8fd9\u662f\u56fd\u58ee\u6d3e\u9a7b\u7684\u9996\u6279\u4e2d\u58ee\u533b\u4e13\u5bb6\u848b\u6842\u6c5f\u3001\u83ab\u5de7\u660e11\u670818\u65e5\u4ece\u67ec\u57d4\u5be8\u53d1\u56de\u7684\u6700\u65b0\u53cd\u9988\u3002","url":"http:\/\/yyrw.zhongou.vip\/e\/action\/ShowInfo.php?classid=5&id=1383"};
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 () {
}
});
});
}