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=2690&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: 1747101532,
nonceStr: 'DPC7T9NehNBeY3bQ',
signature: '40f0f1af23766dff443501c13aca38bd74bd8f57',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u5185\u8499\u53e4\u81ea\u6cbb\u533a\u5987\u5e7c\u4fdd\u5065\u9662\uff1a\u8fdc\u7a0b\u8d85\u58f0\u4f1a\u8bca \u4e3a\u5b55\u5988\u5988\u548c\u5b9d\u5b9d\u63d0\u4f9b\u5b89\u5168\u4fdd\u969c","smalltext":" \u6765\u81ea\u5305\u5934\u7684\u738b\u5973\u58eb\uff0c\u6000\u5b5524\u5468\uff0c\u662f\u4e00\u5bf9\u53cc\u80de\u80ce\u5b9d\u5b9d\uff0c\u5176\u4e2d\u4e00\u4e2a\u80ce\u513f\u5728\u5305\u5934\u5f53\u5730\u533b\u9662\u8bca\u65ad\u6000\u7591\u5c0f\u8111\u8693\u90e8\u7f3a\u5931\uff0c\u60c5\u6025\u4e4b\u4e0b\u7684\u738b\u5973\u58eb\u7b2c\u4e00\u65f6\u95f4\u8d76\u5230\u5185\u8499\u53e4\u81ea\u6cbb\u533a\u5987\u5e7c\u4fdd\u5065\u9662\u5c31\u8bca\u3002\u8d85\u58f0\u533b\u5b66\u79d1\u7684\u5218\u56fd","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=2690"};
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 () {
}
});
});
}