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=4254&classid=5&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: 1744969531,
nonceStr: 'oSxm12ThXoDiyMgA',
signature: 'fb35e99dafdc489dce42521fafd5e11615a2eab1',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u601d\u8305\u533a\u4eba\u6c11\u533b\u9662\uff1a\u6025\u6551\u4e2d\u5fc3\u7684\u4e00\u5929\uff0c\u968f\u65f6\u5f85\u547d+\u5206\u79d2\u5fc5\u4e89+\u4e0d\u53ef\u63cf\u8ff0","smalltext":" \u201c\u6ef4\uff5e\u561f\uff5e\u6ef4\uff5e\u561f\uff5e\u201d\u6025\u4fc3\u7684\u6025\u6551\u8f66\u58f0\u7531\u8fdc\u53ca\u8fd1\uff0c\u5306\u5fd9\u7684\u811a\u6b65\u58f0\u6df7\u7740\u62c5\u67b6\u7684\u8f66\u8f6e\u6eda\u52a8\u58f0\uff0c\u5939\u6742\u7740\u75c5\u4eba\u75db\u82e6\u7684\u547b\u541f\u58f0\u4ee5\u53ca\u5bb6\u4eba\u7126\u6025\u7684\u50ac\u4fc3\u58f0\u3002\u8fd9\u91cc\u9646\u7eed\u9001\u6765\u4e86\u4e00\u6c27\u5316\u78b3\u4e2d\u6bd2\u7684\u5de5\u4eba\u3001\u906d\u9047\u8f66\u7978\u7684\u5e74","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=4254"};
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 () {
}
});
});
}