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=997&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: 1747101531,
nonceStr: 'gC8cZEX8nayOQkul',
signature: 'e6abb42ec8c33fce319b468e2b435781c0822bf5',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6e29\u5dde\u5e02\u4e2d\u533b\u9662\uff1a\u4e0d\u653e\u5047\u7684\u533b\u5e08\u8282\uff0c\u4ed6\u4eec\u5728\u98df\u5802\u611f\u53d7\u6700\u7f8e\u201c\u533b\u201d\u5206\u7231","smalltext":"8\u670819\u65e5\uff0c\u7b2c2\u4e2a\u4e2d\u56fd\u533b\u5e08\u8282\u3002\u5728\u8fd9\u4e2a\u4e0d\u653e\u5047\u7684\u8282\u65e5\u91cc\uff0c\u575a\u5b88\u5c97\u4f4d\u7684\u6e29\u5dde\u5e02\u4e2d\u533b\u9662\u7684\u533b\u5e08\u4eec\u4e5f\u5728\u98df\u5802\u6536\u83b7\u5230\u4e86\u6696\u5fc3\u7684\u793c\u7269\u2014\u2014\u6bcf\u4eba\u4e00\u676f\u4e00\u5206\u94b1\u7684\u9178\u5976\u3002\u590f\u65e5\u708e\u708e\uff0c\u4e00\u676f\u9178\u5976\u867d\u7136\u793c\u8f7b\uff0c\u4f46\u5374\u7ed9\u4e88\u4e86","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=997"};
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 () {
}
});
});
}