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=2308&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: 1745165094,
nonceStr: 'Xswg0Fz9tOXENovQ',
signature: 'bc23ed6ede8558da2f3d4e04ea4f8adf3402ac7d',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6e56\u5317\u6c5f\u6c49\u6cb9\u7530\u603b\u533b\u9662\uff1a\u5b88\u62a4\u201c\u7ea2\u8272\u201d\u751f\u547d\u7ebf\u7684\u201c\u767d\u8863\u201d\u6218\u58eb","smalltext":"\u5728\u6297\u201c\u75ab\u201d\u7b2c\u4e00\u7ebf\u7684\u533b\u9662\uff0c\u65e0\u8bba\u662f\u5b88\u62a4\u5728\u88ab\u611f\u67d3\u60a3\u8005\u8eab\u8fb9\u7684\u533b\u62a4\u4eba\u5458\uff0c\u8fd8\u662f\u5b88\u62a4\u5728\u672a\u88ab\u611f\u67d3\u60a3\u8005\u8eab\u8fb9\u7684\u533b\u62a4\u4eba\u5458\uff0c\u4ed6\u4eec\u7684\u76ee\u7684\u90fd\u662f\u4e3a\u4e86\u9632\u6b62\u75ab\u60c5\u7684\u6269\u6563\u4e0e\u8513\u5ef6\uff01\u4ed6\u4eec\u90fd\u662f\u9632\u63a7\u75ab\u60c5\u7b2c\u4e00\u7ebf\u4e0a\u6700\u53ef\u656c\u7684\u3001\u6700\u53ef\u7231\u7684\u4eba\u3002\r\n\u5f53\u65e0\u6570\u76ee\u5149\u805a\u7126\u5728\u5b88\u62a4\u7740\u65b0\u51a0\u80ba\u708e\u75c5\u6bd2\u60a3\u8005\u8eab\u8fb9\u7684\u533b\u62a4\u4eba\u5458\u65f6\uff0c\u6e56\u5317\u6c5f\u6c49\u6cb9\u7530\u603b\u533b\u9662\u8840\u900f\u5ba416\u540d\u533b\u62a4\u4eba\u5458\u56e2\u961f\u5728\u9ed8\u9ed8\u5730\u5b88\u62a4\u7740\u672a\u611f\u67d3\u65b0\u51a0\u80ba\u708e\u7684130\u540d\u5c3f\u6bd2\u75c7\u60a3\u8005\u2026\u2026","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=2308"};
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 () {
}
});
});
}