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=1497&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: 1747189404,
nonceStr: 'ixQJbB5HiewP48pp',
signature: '7ae385d1bc99d7c1fad8ab96986f29e84e4e629a',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u590d\u65e6\u5927\u5b66\u9644\u5c5e\u4e2d\u5c71\u533b\u9662\uff1a15\u6708\u9f84\u5973\u7ae5\u751f\u541e\u91d1\u5c5e\u7247 \u5185\u955c\u4e13\u5bb6\u7edd\u6d3b\u201c\u6316\u6df1\u96f7\u201d","smalltext":"\u6765\u81ea\u6c5f\u897f\u7684\u5c0f\u5468\u662f\u5bb6\u4e2d\u7684\u5c0f\u5973\u513f\uff0c\u6d3b\u6cfc\u53ef\u7231\u7684\u5979\u4ece8\u6708\u8d77\u51fa\u73b0\u98df\u6b32\u4e0d\u632f\u3001\u5455\u5410\u73b0\u8c61\uff0c11\u6708\u521d\uff0c\u7ecf\u5f53\u5730\u533b\u9662\u62cd\u7247\uff0c\u4ece\u5b69\u5b50\u98df\u9053\u5185\u53d6\u51fa\u4e00\u7c92\u67a3\u6838\uff0c\u7136\u800c\uff0c\u533b\u751f\u4f9d\u7136\u9762\u5bb9\u4e25\u5cfb\uff0c\u7247\u5b50\u63d0\u793a\uff0c\u8fd8\u6709\u4e00\u4e2a\u4e0d\u900f\u5149\u7684\u9634","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=1497"};
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 () {
}
});
});
}