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=335&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: 1744879675,
nonceStr: 'WOxPPHeWPjOZAOme',
signature: 'cfcabdd8851d175fd1240819fa2614d757c8475d',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201905\/a446279d93180deaa3a84b1fba37bbfa.jpg","title":"\u6b66\u6c49\u5e02\u7b2c\u516d\u533b\u9662\uff1a\u6696\u7537\u5916\u79d1\u533b\u751f8\u6b21\u7535\u8bdd\u529b\u529d\u592a\u5a46\u624b\u672f \u65e9\u671f\u80c3\u764c\u8b66\u62a5\u5f97\u4ee5\u89e3\u9664","smalltext":" \u201c\u5218\u5ff5\u533b\u751f\u771f\u7684\u662f\u8fc7\u7ec6\uff0c\u8fde\u7eed\u7ed9\u6bcd\u4eb2\u8ffd\u6253\u516b\u6b21\u7535\u8bdd\uff0c\u7ec8\u4e8e\u641e\u5b9a\u56fa\u6267\u6bcd\u4eb2\uff0c\u6210\u529f\u624b\u672f\uff01\u201d\u5bb6\u4f4f\u5929\u58f0\u8857\u5982\u5bff\u91cc\u793e\u533a\u7684\u738b\u963f\u59e8\u5bf9\u8bb0\u8005\u8bf4\u9053\uff0c\u591a\u4e8f\u4e86\u5218\u5ff5\u533b\u751f\u7684\u575a\u6301\uff0c\u624d\u4f7f\u5f97\u6bcd\u4eb2\u672f\u540e\u9884\u540e\u8f83\u597d\uff0c\u80c3\u764c\u65e9\u671f","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=335"};
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 () {
}
});
});
}