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=2334&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: 1745165741,
nonceStr: 'I0zYiEPXH3aYRwXS',
signature: '9dc488d66e86a1ac341ab90ffa1284ec23916ada',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u5e38\u5fb7\u5e02\u7b2c\u56db\u4eba\u6c11\u533b\u9662\uff1a\u6218\u201c\u75ab\u201d\u4e2d\u7684\u7f8e\u5c0f\u62a4\uff0c\u5230\u5e95\u662f\u600e\u6837\u7684\u4e00\u7fa4\u4eba\uff1f","smalltext":"\u4e2d\u56fd\u62a4\u58eb\uff0c\u5230\u5e95\u662f\u4e00\u7fa4\u600e\u6837\u7684\u4eba\uff1f\u5979\u4eec\u662f\u88ab\u8d5e\u7f8e\u7684\u201c\u767d\u8863\u5929\u4f7f\u201d\uff0c\u4ece\u4e8b\u7740\u7410\u788e\u800c\u7e41\u5fd9\u7684\u5de5\u4f5c\uff0c\u6bcf\u5929\u90fd\u7a7f\u68ad\u5728\u75c5\u623f\u4e0e\u62a4\u58eb\u7ad9\u4e4b\u95f4\uff1b\u5979\u4eec\u884c\u8272\u5306\u5306\uff0c\u5374\u53c8\u968f\u4f20\u968f\u5230\uff0c\u7ed9\u4e88\u75c5\u4eba\u65e0\u5fae\u4e0d\u81f3\u7684\u5173\u5fc3\uff0c\u4e3a\u75c5\u4eba\u5e26\u53bb\u6625\u5929\u822c\u7684\u6e29\u6696\uff1b\u5979\u4eec\u5728\u8fd9\u4e2a\u6ca1\u6709\u785d\u70df\u7684\u6218\u573a\uff0c\u65e0\u60e7\u88ab\u611f\u67d3\u7684\u98ce\u9669\uff0c\u628a\u751f\u6b7b\u7f6e\u4e4b\u5ea6\u5916\uff0c\u7528\u7b80\u5355\u548c\u5e73\u51e1\u6f14\u7ece\u4e86\u65e0\u6570\u7684\u7cbe\u5f69\u548c\u611f\u52a8\u3002","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=2334"};
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 () {
}
});
});
}