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=2097&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: 1747147310,
nonceStr: 'iVmgTJcWq2DJ393m',
signature: '3be71d56a79761c71c80b91f14729740cdbbd3f3',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6cb3\u5317\u5927\u5b66\u9644\u5c5e\u533b\u9662:\u5373\u4f7f\u811a\u6b65\u518d\u7d2f\u4e5f\u4e0d\u505c\u6b47","smalltext":"\u75c5\u623f\u7684\u547c\u53eb\u5668\u53c8\u54cd\u8d77\u4e86\uff0c\u5728\u54c4\u7761\u4e86\u4e5d\u5c81\u7684\u5c0f\u60a3\u513f\u540e\uff0c\u6211\u53c8\u7a7f\u68ad\u5728\u5404\u4e2a\u75c5\u623f\uff0c\u201c\u738b\u963f\u59e8\u518d\u6d4b\u4e2a\u4f53\u6e29\u201d\u201c\u674e\u5927\u54e5\u53e3\u670d\u836f\u5403\u4e86\u5417\u201d\u201c\u90ed\u53d4\u53d4\u54ea\u91cc\u89c9\u5f97\u4e0d\u8212\u670d\u2026\u2026\u201d\u6574\u4e2a\u697c\u9053\u56de\u8361\u7740\u6211\u7684\u58f0\u97f3\u548c\u811a\u6b65\u58f0","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=2097"};
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 () {
}
});
});
}