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=1299&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: 1749497518,
nonceStr: 'DNFvyVNCx5zeAaPW',
signature: '0273fcae124a95f1f7eea39353f0e3f07678d7c9',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201910\/538b666bb416b024fb49cc47731e7e09.jpg","title":"\u54b8\u9633\u5e02\u4e2d\u5fc3\u533b\u9662:\u8fd8\u82cf\u4e3917\u5c81\u5c11\u5973\u660e\u4eae\u4e16\u754c","smalltext":"17\u5c81\u7684\u82cf\u4e39\u5973\u5b69\u6b27\u5df4\u7231\u8fea\u611f\u89c9\u81ea\u5df1\u5f88\u5e78\u8fd0\uff0c\u56e0\u4e3a\u6700\u8fd1\u5979\u78b0\u89c1\u4e86\u4e00\u4ef6\u5927\u597d\u4e8b\uff0c\u4ece\u4e2d\u56fd\u6765\u7684\u773c\u79d1\u533b\u751f\u4e3a\u5979\u514d\u8d39\u6cbb\u7597\u4e86\u773c\u775b\uff0c\u8ba9\u672c\u6765\u56e0\u89c6\u529b\u6a21\u7cca\u8d70\u8def\u90fd\u6447\u6447\u6643\u6643\u7684\u5979\u73b0\u5728\u7ec8\u4e8e\u770b\u5230\u4e86\u4e00\u4e2a\u660e\u4eae\u7684\u4e16\u754c\uff01\r\n\r\n\u6b27\u5df4\u7231\u8fea\u662f\u4e2d\u56fd\u7b2c34\u6279\u63f4\u82cf\u4e39\u533b\u7597\u961f\u5728\u5f53\u5730\u5f00\u5c55\u7684\u201c\u767d\u5185\u969c\u590d\u660e\u5de5\u7a0b\u201d\u83b7\u76ca\u8005\u4e4b\u4e00\uff0c\u800c\u4e3a\u5979\u6cbb\u7597\u7684\u6b63\u662f\u533b\u7597\u961f\u961f\u5458\u3001\u54b8\u9633\u5e02\u4e2d\u5fc3\u533b\u9662\u773c\u79d1\u533b\u751f\u738b\u6c38\u658c\u548c\u62a4\u58eb\u6587\u5de7\u82b3\u3002","url":"https:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=1299"};
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 () {
}
});
});
}