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=2035&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: 1747146970,
nonceStr: 'cFAz7XJ9IqookT6s',
signature: 'c8e3efdb9c8dc21afe7d5f078d32bd1819281821',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/202002\/6f3d152d97b78755038fc464f41efad5.jpg","title":"\u534e\u4e2d\u5e08\u8303\u5927\u5b66\u5f20\u5f3a\uff1a\u6211\u4f4f\u5728\u65b9\u8231\u533b\u9662\u768412\u5929","smalltext":"2\u670818\u65e5 \u6b66\u6c49 \u6674 \u7a7a\u6c14\u4f18\u826f\u671b\u7740\u8f66\u7a97\u5916\u719f\u6089\u7684\u8857\u666f\uff0c\u6211\u7684\u5fc3\u60c5\u4ece\u6765\u6ca1\u6709\u8fd9\u4e48\u597d\u8fc7\u3002\u7ecf\u8fc7\u8840\u5e38\u89c4\u68c0\u67e5\u3001CT\u68c0\u6d4b\u548c\u4e09\u6b21\u6838\u9178\u68c0\u6d4b\u9634\u6027\uff0c\u6211\u4e0e\u65b0\u51a0\u80ba\u708e\u75c5\u6bd2\u7684\u535a\u5f08\u80dc\u5229\u4e86\uff0c\u4eca\u5929\u4ece\u6b66\u6c49\u56fd\u9645\u4f1a\u5c55","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=2035"};
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 () {
}
});
});
}