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=3270&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: 1745151347,
nonceStr: '9AJk2ApeT6018pQi',
signature: '0b7e0b4e65e8a622b371ef3ce5f20bde6aaf1e88',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u5185\u8499\u53e4\u81ea\u6cbb\u533a\u5987\u5e7c\u4fdd\u5065\u9662\uff1a\u8fd9\u4e9b\u4e13\u5bb6\u805a\u5728\u4e00\u8d77\uff0c\u7adf\u4e3a\u4e86\u4e00\u5757\u9e21\u9aa8\u5934\uff01","smalltext":"2020\u5e744\u6708\uff0c\u8d64\u5cf05\u5c81\u7684\u5c0f\u5973\u5b69\u5fc3\u4eea\uff08\u5316\u540d\uff09\u56e0\u98df\u7528\u9e21\u9aa8\u5934\u6c64\u7684\u65f6\u5019\u5f15\u8d77\u54bd\u90e8\u75bc\u75db,\u968f\u540e\u611f\u5230\u541e\u54bd\u56f0\u96be\uff0c\u9010\u6e10\u51fa\u73b0\u62d2\u98df\u56fa\u4f53\u751a\u81f3\u534a\u6d41\u8d28\u996e\u98df\uff0c\u770b\u7740\u4e00\u5929\u5929\u6d88\u7626\u7684\u5b69\u5b50\uff0c\u5fc3\u4eea\u5988\u5988\u8f97\u8f6c\u591a\u5bb6\u533b\u9662\uff0c\u505a\u4e86\u5f88\u591a","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3270"};
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 () {
}
});
});
}