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=3032&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: 1745166548,
nonceStr: 'qcTufKv05QrF2pFb',
signature: 'c2352c1331e9d7afcd4b1643c0d12c90939b1cd7',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u888b\u9f20\u5b9d\u5b9d\u6210\u957f\u8bb0","smalltext":"2017\u5e74\uff0c\u9996\u90fd\u513f\u79d1\u7814\u7a76\u6240\u75c5\u623f\u5f00\u8bbe\u4e86\u888b\u9f20\u5f0f\u62a4\u7406\uff0c\u5e2e\u52a9\u65e9\u4ea7\u513f\u7a33\u5b9a\u751f\u547d\u4f53\u5f81\uff0c\u4fc3\u8fdb\u751f\u957f\uff0c\u8ba9\u5bb6\u957f\u53c2\u4e0e\u5230\u6cbb\u7597\u548c\u62a4\u7406\u4e2d\uff0c\u51cf\u8f7b\u6bcd\u4eb2\u7684\u4ea7\u540e\u6291\u90c1\u548c\u7126\u8651\uff0c\u5e2e\u52a9\u65e9\u4ea7\u513f\u66f4\u5b89\u5168\u7684\u56de\u5f52\u5bb6\u5ead\u3002\u73b0\u5728\uff0c\u65b0\u751f\u513f\u5185\u79d1\u5f00\u59cb\u7740\u624b\u8fdb\u884c\u4ee5\u5bb6\u5ead\u4e3a\u4e2d\u5fc3\u7684\u62a4\u7406\u4f53\u9a8c\uff0c\u8d70\u8fdb\u65e9\u4ea7\u5b9d\u5b9d\u7684\u5bb6\u91cc\uff0c\u7ed9\u4e88\u9488\u5bf9\u6027\u7684\u62a4\u7406\u6307\u5bfc\u3002\u8fd9\u4e0e20\u5e74\u524d\uff0c\u6536\u6cbb\u7684\u7b2c\u4e00\u4f8b\u4f53\u91cd1700\u514b\u7684\u65e9\u4ea7\u513f\u76f8\u6bd4\uff0c\u6574\u4f53\u7684\u65e9\u4ea7\u513f\u6551\u6cbb\u6c34\u5e73\u548c\u5065\u5eb7\u7ba1\u7406\u6709\u4e86\u8d28\u7684\u98de\u8dc3\u3002","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3032"};
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 () {
}
});
});
}