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=315&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: 1743764385,
nonceStr: 'V3fL9FAxj99dEIkn',
signature: 'f20ed44a1929572a6edda86597702c374811fd34',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6e05\u6cb3\u53bf\u4e2d\u5fc3\u533b\u9662\uff1a\u6700\u7f8e\u5929\u4f7f\u4e0d\u5fd8\u521d\u5fc3 \u522b\u6837\u82b3\u534e\u7efd\u653e\u5149\u5f69","smalltext":"\u4e91\u971e\u5f00\u9526\u7ee3\uff0c\u4e07\u7269\u542f\u82b3\u534e\u3002\u5728\u7f24\u7eb7\u521d\u590f\u7684\u4e94\u6708\uff0c\u6e05\u6cb3\u53bf\u4e2d\u5fc3\u533b\u9662\u7684\u767d\u8863\u5929\u4f7f\u4eec\u8fce\u6765\u4e86\u7b2c108\u4e2a\u56fd\u9645\u62a4\u58eb\u8282\u3002\u4e3a\u6253\u9020\u201c\u4e13\u4e1a\u3001\u89c4\u8303\u3001\u4e25\u8c28\u201d\u7684\u62a4\u7406\u56e2\u961f\uff0c\u53bf\u4e2d\u5fc3\u533b\u9662\u62a4\u7406\u90e8\u7b56\u5212\u7cfb\u5217\u6d3b\u52a8\uff0c\u8ba9\u62a4\u58eb","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=315"};
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 () {
}
});
});
}