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=4413&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: 1738774999,
nonceStr: 'Fd3I4wS19N78oZFs',
signature: '2286742bfc63a997d38fdeb8c909be56979dfd02',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u9646\u519b\u7279\u8272\u533b\u5b66\u4e2d\u5fc3\uff1a\u89c1\u5b57\u5982\u9762 \u200b","smalltext":"\u53ef\u7231\u7684\u706b\u795e\u59d1\u5a18\uff1a\u89c1\u5b57\u5982\u9762\uff0c\u5e9a\u5b50\u5e74\u521d\uff0c\u8346\u695a\u5927\u75ab\u6211\u662f\u60a8\u6765\u6b66\u6c49\u7684\u65f6\u5019\u6551\u6cbb\u7684\u75c5\u4eba\uff0c\u8fd9\u662f\u6211\u7b2c\u4e00\u6b21\u89c1\u60a8\uff0c\u60a8\u8fd8\u8bb0\u5f97\u4e48\uff1f\u539a\u539a\u7684\u9632\u62a4\u670d\u5305\u88f9\u7740\u5a07\u5c0f\u7684\u4f60\uff0c\u4f60\u4eec\u7ad9\u5728\u6211\u9762\u524d\uff0c\u94f8\u6210\u4e86\u963b\u9694\u75c5\u6bd2\u7684\u9ad8\u5c71\u3002\u89e3\u653e\u519b","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=4&id=4413"};
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 () {
}
});
});
}