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=3346&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: 1745135385,
nonceStr: 'md8CcYFO5vUbE5lL',
signature: 'b1fa72a0436921d311321726cc1b866caa13a3d9',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6e05\u6cb3\u53bf\u4e2d\u5fc3\u533b\u9662\uff1a\u513f\u7ae5\u8282\u9047\u4e0a\u7231\u773c\u65e5\uff0c\u795e\u66f2\u300a\u62a4\u7ae5\u62a4\u77b3\u6b4c\u300b\u6697\u85cf\u7384\u673a","smalltext":"\u516d\u4e00\u513f\u7ae5\u8282\u9047\u5230\u516d\u6708\u516d\u65e5\u7231\u773c\u65e5\u795e\u66f2\u300a\u62a4\u7ae5\u62a4\u77b3\u6b4c\u300b\u6765\u4e86\u7531\u533b\u62a4\u4eba\u5458\u6539\u7f16\u70ed\u95e8\u6b4c\u66f2\u81ea\u7f16\u81ea\u5bfc\u81ea\u6f14\u4e00\u51fa\u5f6a\u608d\u5988\u667a\u6597\u624b\u673a\u8ff7\u5973\u513f\u60c5\u666f\u8d76\u7d27\u6233\u8fdb\u6765\u770b\u5427\u89c6\u9891\u5730\u5740\uff1a\u7537\u58f0\u7248https:\/\/v.qq.com\/x\/p","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3346"};
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 () {
}
});
});
}