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=1317&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: 1747191770,
nonceStr: 'bhTST1fMoA7MNGVR',
signature: '5bf16890a1ae57dca22b3db7a26dee1f3b1c5ebb',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u7ae0\u4e18\u533a\u4eba\u6c11\u533b\u9662\uff1a\u4e00\u6b21\u9aa8\u79d1PRP\u6cbb\u7597\u5168\u7eaa\u5f55\uff0c\u8fd9\u6b21\u7684\u201c\u60a3\u8005\u201d\u662f\u4f4d\u533b\u751f","smalltext":"\u9aa8\u79d1PRP\u6280\u672f\u539f\u7406\uff1a\u63d0\u53d6\u81ea\u4f53\u5168\u8840\uff0c\u901a\u8fc7\u9ad8\u79d1\u6280\u79bb\u5fc3\u5206\u79bb\u57f9\u517b\u8840\u5c0f\u677f\u6d53\u7f29\u6db2\uff08\u542b\u9ad8\u6d53\u5ea6\u7684\u8840\u5c0f\u677f\u3001\u767d\u7ec6\u80de\u548c\u7ea4\u7ef4\u86cb\u767d\uff09\uff0c\u8840\u5c0f\u677f\u88ab\u6fc0\u6d3b\u540e\uff0c\u91ca\u653e\u591a\u79cd\u751f\u957f\u56e0\u5b50\uff0c\u5c06\u5176\u6ce8\u5c04\u5230\u53d7\u635f\u7684\u5173\u8282\u8f6f\u9aa8\u5904\uff0c\u52a0\u901f\u4eba\u4f53\u81ea\u7136\u6108\u5408\u8fc7\u7a0b\uff0c\u4fc3\u8fdb\u9aa8\u7ec4\u7ec7\u518d\u751f\u548c\u8f6f\u7ec4\u7ec7\u4fee\u590d\uff0c\u4ece\u800c\u8fbe\u5230\u51cf\u8f7b\u75db\u82e6\uff0c\u6539\u5584\u5173\u8282\u529f\u80fd\u6d3b\u52a8\u548c\u751f\u6d3b\u8d28\u91cf\u3002","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=1317"};
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 () {
}
});
});
}