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=2860&classid=10&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: 1743767344,
nonceStr: 'yarFZeULHbMzhVh8',
signature: '8cebfa4faf7f47c9e2b57f32abc82fc251f5dff3',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u590d\u65e6\u5927\u5b66\u9644\u5c5e\u534e\u5c71\u533b\u9662\uff1a\u534e\u5c71\u4e4b\u8def\uff0c\u4eba\u6587\u70b9\u706f","smalltext":"\u590d\u65e6\u5927\u5b66\u9644\u5c5e\u534e\u5c71\u533b\u9662\u662f\u56fd\u5bb6\u536b\u5065\u59d4\u7684\u76f4\u5c5e\u533b\u9662\uff0c\u4e5f\u662f\u4e2d\u56fd\u7ea2\u5341\u5b57\u4f1a\u76f4\u5c5e\u7684\u552f\u4e00\u4e00\u5bb6\u4e09\u7532\u533b\u9662\u3002\u533b\u9662\u62e5\u6709113\u5e74\u60a0\u4e45\u5386\u53f2\u4e0e\u6587\u5316\u79ef\u6dc0\uff0c\u5728\u957f\u671f\u7684\u53d1\u5c55\u5b9e\u8df5\u4e2d\uff0c\u521b\u51fa\u4e86\u4e00\u6761\u9f0e\u9f0e\u6709\u540d\u7684\u201c\u534e\u5c71\u4e4b","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=10&id=2860"};
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 () {
}
});
});
}