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=2814&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: 1743764701,
nonceStr: '3spp5vlXEheJ7maS',
signature: 'af9635df95698f17e14238a7db1d89dd63bec717',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u590d\u65e6\u5927\u5b66\u9644\u5c5e\u4e2d\u5c71\u533b\u9662\u6768\u65b0\u6885\uff1a\u786e\u8ba4\u8fc7\u773c\u795e\uff0c\u5979\u5c31\u662f\u533b\u9662\u6587\u5316\u8df5\u884c\u8005","smalltext":"\u5728\u590d\u65e6\u5927\u5b66\u9644\u5c5e\u4e2d\u5c71\u533b\u9662,\u5979\u5df2\u7ecf\u5de5\u4f5c\u4e8628\u5e74\u3002\u524d23\u5e74\uff0c\u5979\u575a\u5b88\u6025\u8bca\u4e34\u5e8a\u7b2c\u4e00\u7ebf\uff0c\u7528\u6ee1\u8154\u7684\u70ed\u5ff1\u548c\u6267\u7740\u7684\u7cbe\u795e\uff0c\u4e3a\u6025\u8bca\u62a4\u7406\u4e8b\u4e1a\u8d21\u732e\u4e86\u9752\u6625\u5e74\u534e\uff1b\u81ea2014\u5e74\uff0c\u5979\u4ece\u62a4\u7406\u5c97\u4f4d\u8f6c\u5c97\u81f3\u884c\u653f\u5c97\u4f4d\uff0c\u5979\u7ee7\u7eed","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=12&id=2814"};
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 () {
}
});
});
}