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=2617&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: 1743764549,
nonceStr: 'LZ5wDVk9M8FKYYts',
signature: 'a6f3f18dcb31a37c540814ea75c1c0ce5b574d9b',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u5f6d\u5dde\u5e02\u5987\u5e7c\u4fdd\u5065\u9662:\u521b\u65b0\u533b\u9662\u5ba3\u4f20 \u594b\u8fdb\u5b9e\u73b0\u201c\u4e09\u529b\u201d","smalltext":"\u515a\u7684\u5341\u516b\u5927\u4ee5\u6765\uff0c\u4e60\u8fd1\u5e73\u603b\u4e66\u8bb0\u591a\u6b21\u5c31\u201c\u5ba3\u4f20\u5de5\u4f5c\u201d\u505a\u51fa\u7cbe\u5f69\u8bba\u8ff0\u548c\u91cd\u8981\u6307\u793a\u3002\u201c\u8bfb\u8005\u5728\u54ea\u91cc\uff0c\u53d7\u4f17\u5728\u54ea\u91cc\uff0c\u5ba3\u4f20\u62a5\u9053\u7684\u89e6\u89d2\u5c31\u8981\u4f38\u5411\u54ea\u91cc\uff0c\u5ba3\u4f20\u5de5\u4f5c\u7684\u7740\u529b\u70b9\u548c\u843d\u811a\u70b9\u5c31\u8981\u653e\u5728\u54ea\u91cc\u3002\u201d\u8a00\u72b9","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=13&id=2617"};
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 () {
}
});
});
}