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=1403&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: 1747192285,
nonceStr: 'O7hf219NzxQ4atKn',
signature: 'c7b8564fa1051e4e6c7060a5cabd8a78f3a50543',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6df1\u5733\u5e02\u4e2d\u533b\u9662\uff1a\u6211\u8fd8\u60f3\u591a\u4e0a\u51e0\u8282\u4e2d\u533b\u836f\u6587\u5316\u8bfe","smalltext":"\u201c\u6d41\u611f\u5b63\u8282\u5982\u4f55\u7528\u4e2d\u8349\u836f\u9632\u6d41\u611f\uff1f\u201d\u201c \u827e\u53f6\u3001\u7d2b\u82cf\u53f6\u3001\u8584\u8377\u6709\u4ec0\u4e48\u529f\u6548\uff1f\u201d\u8fd1\u65e5\uff0c\u5e7f\u5dde\u4e2d\u533b\u836f\u5927\u5b66\u7b2c\u56db\u4e34\u5e8a\u533b\u5b66\u9662\uff08\u6df1\u5733\u5e02\u4e2d\u533b\u9662\uff09\u7814\u7a76\u751f\u515a\u652f\u90e8\u8d70\u8fdb\u6df1\u5733\u5c0f\u5b66\u5f00\u5c55\u4e86\u4ee5 \u201c\u674f\u6797\u80b2\u6843\u674e\uff0c\u5c90\u9ec4\u6821\u56ed","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=1403"};
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 () {
}
});
});
}