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=2913&classid=12&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: 1746158792,
nonceStr: 'uIJiNONcVvnlvOCC',
signature: 'fbcb5ad7801c3bed7b7b1581a03c497b6a3d53b2',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u56db\u5ddd\u7701\u4eba\u6c11\u533b\u9662\u5468\u6668\u71d5\uff1a\u4f60\u662f\u6211\u4eec\u6700\u4eb2\u7231\u7684\u5468\u5988\u5988","smalltext":"\u5468\u6668\u71d5\uff0c\u526f\u4e3b\u4efb\u533b\u5e08\uff0c\u56db\u5ddd\u7701\u4eba\u6c11\u533b\u9662\u513f\u79d1\u526f\u4e3b\u4efb\uff0c\u6148\u5584\u529e\u516c\u5ba4\u4e3b\u4efb\u3002\u59cb\u7ec8\u7528\u771f\u5fc3\u3001\u771f\u7231\u3001\u771f\u8bda\u5bf9\u5f85\u6bcf\u4f4d\u60a3\u8005\uff0c\u4ece\u7ec6\u5fae\u4e4b\u5904\u505a\u8d77\uff0c\u6df1\u5f97\u5e7f\u5927\u60a3\u8005\u4fe1\u8d56\u656c\u91cd\u3002\u9047\u5230\u8d2b\u56f0\u60a3\u8005\uff0c\u603b\u662f\u6177\u6168\u89e3\u56ca\uff0c\u88ab\u4eba\u6c11\u65e5\u62a5","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=12&id=2913"};
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 () {
}
});
});
}