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=1540&classid=4&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: 1746134812,
nonceStr: 'NZ7cdmaPhOkIJ4u4',
signature: '2e861fb693bb491343450eb92fb18b79e4a42dfd',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u8861\u9633\u5e02\u4e2d\u5fc3\u533b\u9662\u6bb7\u541b\u53d1\uff1a\u628a\u533b\u9662\u5ba3\u4f20\u533b\u9662\u4eba\u6587\u505a\u8fdb\u4eba\u7684\u5fc3\u91cc","smalltext":" \u6211\u7684\u7406\u89e3\uff0c\u533b\u9662\u5ba3\u4f20\u3001\u533b\u9662\u6587\u5316\u662f\u4e00\u79cd\u6f5c\u79fb\u9ed8\u5316\u7684\u4f5c\u7528\uff0c\u4e0d\u662f\u4e00\u8e74\u800c\u5c31\u7684\u4e8b\uff0c\u66f4\u4e0d\u4f1a\u4ea7\u751f\u7acb\u7aff\u89c1\u5f71\u7684\u6548\u679c\u3002 \u5c48\u6307\u7b97\u6765\uff0c\u5728\u536b\u751f\u7cfb\u7edf\u5de5\u4f5c\u5df2\u7ecf\u670927\u5e74\u4e86\uff0c\u6211\u5bf9\u8fd9\u4e2a\u884c\u4e1a\uff0c\u5bf9\u8fd9\u4e2a\u7fa4\u4f53\u6709\u81ea\u5df1\u7684","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=4&id=1540"};
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 () {
}
});
});
}