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=1674&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: 1747168377,
nonceStr: 'vTIrpcGSOxBTcvCc',
signature: '38b2ce11134d2337b64557e97e77bc26f502a8dc',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6e29\u533b\u5927\u9644\u4e8c\u9662\uff1a\u89c1\u5b57\u5982\u9762-\u8fd9\u5c01\u5199\u7ed9\u7238\u7238\u7684\u751f\u65e5\u795d\u798f\u4fe1\u592a\u6696\u5fc3\uff01","smalltext":" \u201c\u4f60\u5728\u5bb6\u90fd\u5403\u4e9b\u4ec0\u4e48\u5462\u2026\u2026\uff0c\u60a8\u60f3\u6211\u4e86\u5417\uff1f\u201d\u5728\u4fe1\u91cc\uff0c\u513f\u5b50\u7528\u7b80\u5355\u6734\u5b9e\u7684\u8a00\u8bed\uff0c\u900f\u7740\u5bf9\u7238\u7238\u7684\u5173\u5fc3\u3002 \u9664\u5915\u4e4b\u591c\uff0c\u662f\u4ed6\u7684\u751f\u65e5\uff0c\u672c\u5e94\u9616\u5bb6\u56e2\u5706\uff0c\u5171\u4eab\u7f8e\u597d\u4f73\u8282\u65f6\u5149\u3002\u800c\u4ed6\u5374\u4e0e10\u5c81\u7684\u513f\u5b50\u548c\u7231\u4eba","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=1674"};
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 () {
}
});
});
}