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=979&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: 1743703080,
nonceStr: 'L9lg73Ia5TeR1i72',
signature: 'cf6d53effaa6887618b889b6f4f41f7a0432b00f',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u9996\u94a2\u6c34\u94a2\u603b\u533b\u9662\u674e\u7ea2\u5a1f\uff1a\u5728\u8fd9\u573a\u7231\u7684\u63a5\u529b\u4e2d\u611f\u52a8","smalltext":"\u4ece\u6765\u6ca1\u6709\u4efb\u4f55\u65f6\u5019\uff0c\u6211\u5982\u4eca\u5929\u8fd9\u6837\u6df1\u523b\u7684\u611f\u53d7\u5230\u7956\u56fd\u5f3a\u5927\u7684\u529b\u91cf\uff1b\u4e5f\u4ece\u6765\u6ca1\u6709\u4efb\u4f55\u65f6\u5019\uff0c\u6211\u50cf\u4eca\u5929\u8fd9\u6837\u771f\u5207\u5730\u4f53\u4f1a\u5230\uff0c\u6211\u4eec\u4f1f\u5927\u7684\u7956\u56fd\uff0c\u5979\u5fc3\u91cc\u7275\u6302\u7740\u6bcf\u4e00\u4e2a\u767e\u59d3\u2026\u2026\u56fd\u4e4b\u4e00\u5b57\uff0c\u5728\u8d4b\u4e88\u4f1f\u5927\u8fd9\u4e00\u7279","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=4&id=979"};
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 () {
}
});
});
}