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=1651&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: 1747169596,
nonceStr: 'WmQRCXyM8xL9d0CA',
signature: 'ad04357fbfe6593c84f9eebdf3c793ca05cd77ff',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u9ec4\u5c71\u5e02\u4eba\u6c11\u533b\u9662\uff1a\u5475\u62a475\u5929\uff0c27+2\u5468\u7684\u6781\u65e9\u65e9\u4ea7\u513f\u5eb7\u590d\u51fa\u9662","smalltext":"\u3000\u3000\u201c\u867d\u7136\u5c0f\u5b9d\u5df2\u5eb7\u590d\u51fa\u9662\uff0c\u4f46\u4ed6\u7684\u4f53\u91cd\u4f9d\u7136\u504f\u8f7b\uff0c\u56de\u53bb\u540e\u4e00\u5b9a\u8981\u7cbe\u5fc3\u5475\u62a4\uff0c\u5982\u6709\u4efb\u4f55\u9700\u8981\uff0c\u53ef\u4ee5\u968f\u65f6\u8054\u7cfb\u6211\u4eec\uff0c\u6211\u4eec\u4f1a\u5c3d\u5168\u529b\u4fdd\u969c\u4ed6\u7684\u5065\u5eb7\u2026\u2026\u201d\u4ece\u9ec4\u5c71\u5e02\u4eba\u6c11\u533b\u9662\u62a4\u58eb\u624b\u4e2d\u63a5\u8fc72140\u514b\u7684\u5c0f\u5b69","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=1651"};
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 () {
}
});
});
}