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=1032&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: 1743703099,
nonceStr: '4jqxfgwCZ4vkOKvT',
signature: '5ccc28dd9ebc805c7c16a5b3c1e9755ddb2ce46c',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u534e\u4e2d\u79d1\u6280\u5927\u5b66\u540c\u6d4e\u533b\u5b66\u9662\u9644\u5c5e\u534f\u548c\u533b\u9662\u5f6d\u5b87:\u5e73\u51e1\u7684\u5c97\u4f4d\uff0c\u4e0d\u5e73\u51e1\u7684\u591c","smalltext":"\u201c\u56e0\u4e3a\u61c2\u5f97\uff0c\u6240\u4ee5\u6148\u60b2\u201d\u8fd9\u662f\u8457\u540d\u4f5c\u5bb6\u5f20\u7231\u73b2\u7684\u4e00\u53e5\u8bdd\u3002\u5f53\u6211\u4eec\u61c2\u5f97\u62a4\u58eb\uff0c\u5f53\u62a4\u58eb\u61c2\u5f97\u75c5\u4eba\u7684\u65f6\u5019\uff0c\u5c31\u6709\u4e86\u548c\u8c10\u3002\u5173\u6000\u7167\u987e\u662f\u62a4\u7406\u4e13\u4e1a\u7684\u6838\u5fc3\u548c\u7cbe\u9ad3\u3002 \u968f\u7740\u79d1\u5b66\u7684\u4e0d\u65ad\u53d1\u5c55\uff0c\u533b\u5b66\u6a21\u5f0f\u7684\u4e0d\u65ad","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=4&id=1032"};
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 () {
}
});
});
}