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=1633&classid=13&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: 1743632888,
nonceStr: '1gxsnp4ldZY1hvme',
signature: 'c5a5e807b2b6e4b03f5f704d93b2d7ac057412e5',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/202001\/24c149b0294144c4fd39f2037e54f5c4.jpg","title":"\u56db\u5ddd\u5927\u5b66\u534e\u897f\u533b\u9662\uff1a\u533b\u62a4\u771f\u4eba\u79c0\u51fa\u201c\u534e\u897f\u5473\u9053\u201d","smalltext":"\u4e3a\u5411\u5e7f\u5927\u60a3\u8005\u4f20\u64ad\u5065\u5eb7\u996e\u98df\u7684\u7406\u5ff5\uff0c\u4fc3\u8fdb\u8425\u517b\u79d1\u5b66\u7d20\u8d28\u7684\u63d0\u5347\uff0c\u56db\u5ddd\u5927\u5b66\u534e\u897f\u533b\u9662\u6210\u7acb\u4e86\u8425\u517b\u7f8e\u98df\u534f\u4f1a\uff0c\u79ef\u6781\u7ec4\u7ec7\u5f00\u5c55\u533b\u62a4\u771f\u4eba\u79c0\u201c\u534e\u897f\u5473\u9053\u201d\u6d3b\u52a8\uff0c\u5148\u540e\u63a8\u51fa\u201c\u679c\u852c\u62fc\u76d8\u5927\u8d5b\u201d\u3001\u201c\u6708\u6ee1\u534e\u897f","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=13&id=1633"};
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 () {
}
});
});
}