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=1204&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: 1747145994,
nonceStr: 'hQH1E2KQPU03dxht',
signature: 'dc9241dd9dd369f386b345dbf317159e83b43873',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201909\/3f264cf4e3ffd8a45e52a80a6a451fa8.jpg","title":"\u601d\u8305\u533a\u4eba\u6c11\u533b\u9662\uff1a\u533b\u751f\u4eec\u4e0e\u5088\u50f3\u65cf\u7fa4\u4f17\u5171\u5e86\u65b0\u4e2d\u56fd\u6210\u7acb70\u5468\u5e74","smalltext":"\u201c\u5976\u5976\uff0c\u8ddf\u6211\u8bf4\u8bf4\u60a8\u7684\u5934\u662f\u600e\u4e48\u4e2a\u75bc\u6cd5\uff1f\u201d \u540c\u884c\u7684\u96f7\u533b\u751f\u5bf9\u7740\u5088\u50f3\u65cf\u7684\u5976\u5976\u95ee\u5230\u3002\u7ad9\u5728\u65c1\u8fb9\u7684\u5927\u59d0\u9a6c\u4e0a\u6d41\u5229\u7684\u7ffb\u8bd1\u6210\u5088\u50f3\u65cf\u8bdd\u7ed9\u90a3\u4f4d\u5976\u5976\uff0c\u5976\u5976\u9732\u51fa\u604d\u7136\u5927\u609f\u7684\u8868\u60c5\uff0c\u4e00\u8fb9\u7b11\u4e00\u8fb9\u6bd4\u5212\u7740\uff0c\u5bf9\u6211","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=1204"};
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 () {
}
});
});
}