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=6948&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: 1780598440,
nonceStr: 'YxtuIUUL5XDg1f2n',
signature: 'fd7bb1644c47896483d5ed2f1383574a6575342f',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"https:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u7b2c\u516d\u5c4a\u6784\u5efa\u533b\u60a3\u547d\u8fd0\u5171\u540c\u4f53\u6d3b\u52a8\u5f81\u6587\u53ca\u6848\u4f8b","smalltext":"\u5f53\u524d\uff0c\u5168\u7403\u536b\u751f\u6cbb\u7406\u683c\u5c40\u9762\u4e34\u6df1\u5ea6\u8c03\u6574\uff0c\u5065\u5eb7\u4e2d\u56fd\u6218\u7565\u8fdb\u5165\u5168\u9762\u63a8\u8fdb\u9636\u6bb5\uff0c\u548c\u8c10\u7684\u533b\u60a3\u5173\u7cfb\u662f\u533b\u7597\u536b\u751f\u4e8b\u4e1a\u5065\u5eb7\u53d1\u5c55\u7684\u57fa\u7840\u4efb\u52a1\u3002\u6784\u5efa\u548c\u8c10\u533b\u60a3\u5173\u7cfb\u65e2\u662f\u63d0\u5347\u6c11\u751f\u798f\u7949\u7684\u91cd\u8981\u4fdd\u969c\uff0c\u4e5f\u662f\u63a8\u8fdb\u5168","url":"https:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=6948"};
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 () {
}
});
});
}