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=4742&classid=10&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: 1743764825,
nonceStr: '7Tl8RBe8BVIfIYM4',
signature: '6d549716eaae153f6b680e515557770b8e581cba',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u5409\u6797\u5927\u5b66\u7b2c\u4e8c\u533b\u9662-\u65b0\u751f\u513f\u79d1","smalltext":"\u5728\u5409\u6797\u5927\u5b66\u7b2c\u4e8c\u533b\u9662\u6709\u4e00\u4e2a\u5145\u6ee1\u7231\u5fc3\u7684\u5929\u4f7f\u56e2\u961f\uff0c\u6bcf\u5929\u90fd\u4e66\u5199\u7740\u7231\u7684\u6545\u4e8b\uff1b\u5728\u5409\u6797\u5927\u5b66\u7b2c\u4e8c\u533b\u9662\u6709\u4e00\u7b14\u7279\u6b8a\u7684\u57fa\u91d1\uff0c\u5b83\u4e0d\u662f\u653f\u5e9c\u90e8\u95e8\u7ba1\u7406\uff0c\u4f46\u662f\u6bcf\u4e00\u7b14\u6536\u5165\u4e0e\u652f\u51fa\u90fd\u5f88\u89c4\u8303\uff0c\u8fd9\u7b14\u57fa\u91d1\u7684\u4f7f\u7528\u4e5f\u4ece","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=10&id=4742"};
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 () {
}
});
});
}