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=4658&classid=11&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: 1746164795,
nonceStr: 'a0sglz2HgUNFY29n',
signature: '11bde125b17e85fd4dc98fa071b19c3523fcff6e',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u961c\u65b0\u5e02\u4e2d\u5fc3\u533b\u9662-\u5145\u5206\u53d1\u6325\u699c\u6837\u529b\u91cf\u63a5\u7eed\u4f20\u627f\u533b\u8005\u5927\u7231","smalltext":"\u5145\u5206\u53d1\u6325\u699c\u6837\u529b\u91cf \u63a5\u7eed\u4f20\u627f\u533b\u8005\u5927\u7231 \u81ea2018\u5e74\u8d77\uff0c\u8fbd\u5b81\u7701\u961c\u65b0\u5e02\u4e2d\u5fc3\u533b\u9662\u515a\u59d4\u4fbf\u63d0\u51fa\u4e86\u201c\u5178\u578b\u5728\u8eab\u8fb9\u201d\u5148\u950b\u793a\u8303\u5de5\u7a0b\u7684\u6784\u60f3\u3002\u6ce8\u91cd\u8fd0\u7528\u533b\u9662\u81ea\u8eab\u699c\u6837\u529b\u91cf\uff0c\u5728\u533b\u9662\u53d1\u5c55\u8fdb\u7a0b\u5f53\u4e2d\u53d1\u6325\u5178","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=11&id=4658"};
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 () {
}
});
});
}