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=2707&classid=13&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: 1743814318,
nonceStr: '59olEWNtngsZWx0p',
signature: '20d10f63d7c4bd1c58139970aaf1f7fc967e9d0a',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u5f90\u5dde\u533b\u79d1\u5927\u5b66\u9644\u5c5e\u533b\u9662\u6025\u8bca\u79d1\uff1a\u521b\u65b0\u6d3b\u52a8\u8f7d\u4f53\uff0c\u6c38\u8446\u56e2\u961f\u6d3b\u529b","smalltext":" \u6025\u8bca\u79d1\u6c38\u8fdc\u662f\u533b\u966224\u5c0f\u65f6\u6301\u7eed\u9ad8\u901f\u8fd0\u8f6c\u7684\u79d1\u5ba4\uff0c\u6bcf\u5929\u8981\u9762\u5bf9\u65e0\u6570\u5404\u79cd\u6025\u5371\u91cd\u75c7\u60a3\u8005\uff0c\u4e0d\u4ec5\u5982\u6b64\uff0c\u5728\u5404\u79cd\u7a81\u53d1\u516c\u5171\u536b\u751f\u4e8b\u4ef6\u65f6\uff0c\u5305\u62ec\u4f20\u67d3\u75c5\u7684\u7206\u53d1\u6d41\u884c\uff0c\u6bcf\u5f53\u75ab\u60c5\u4e0b\u6025\u8bca\u79d1\u4e5f\u77ac\u95f4\u6210\u4e86\u77a9\u76ee\u7126\u70b9","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=13&id=2707"};
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 () {
}
});
});
}