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=2739&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: 1743764870,
nonceStr: 'lximh8p17dDGjEHc',
signature: '8b8ef9a31d3a87ff565787689ae7d628346b4769',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6210\u90fd\u533b\u5b66\u9662\u7b2c\u4e00\u9644\u5c5e\u533b\u9662\uff1a\u7740\u529b\u5728\u63d0\u9ad8\u7fa4\u4f17\u6ee1\u610f\u5ea6\u4e0a\u4e0b\u529f\u592b","smalltext":"\u201c\u76ee\u524d\u8fd8\u5728\u533b\u9662\u4f4f\u9662\uff0c\u8c22\u8c22\u4ea7\u79d1\u533b\u751f\u4e00\u76f4\u4ee5\u6765\u7ec6\u5fc3\u5173\u7167\u3002\u6700\u597d\u7684\u533b\u751f\u5c31\u662f\u4f60\u770b\u5230\u5979\uff0c\u518d\u75bc\u4e5f\u89c9\u5f97\u5b89\u5fc3\u3002\u201d\u201c\u672c\u6765\u6628\u5929\u591c\u73ed\uff0c\u73b0\u5728\u8fd8\u5728\u533b\u9662\uff0c\u5185\u5fc3\u5404\u79cd\u2026\u2026\u5954\u817e\uff0c\u770b\u4e86\u89c6\u9891\u540e\u559d\u53e3\u6c34\u89c9\u5f97\u81ea\u5df1\u8fd8\u80fd\u7ee7","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=10&id=2739"};
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 () {
}
});
});
}