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=307&classid=4&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: 1743899829,
nonceStr: 'JVR6v3ZqbmHf1Adc',
signature: '1d09189fa92912add785c2df64e2bbb0c8637202',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201905\/9aa6670a5fcb1476b9101dc82b245f17.jpg","title":"\u7ae0\u4e18\u533a\u4eba\u6c11\u533b\u9662\uff1a\u4eba\u6587\u62a4\u7406\u56e2\u961f\u5efa\u8bbe\u7684\u5b9e\u8df5\u4f53\u4f1a","smalltext":"\u7ae0\u4e18\u533a\u4eba\u6c11\u533b\u9662\u62a4\u7406\u56e2\u961f\u81ea1950\u5e74\u5efa\u9662\u81f3\u4eca,\u7ecf\u8fc7\u8fd170\u5e74\u7684\u98ce\u96e8\u5386\u7a0b,\u4e0d\u65ad\u53d1\u5c55\u3001\u58ee\u5927\u3001\u4f20\u627f,\u4e0e\u7ae0\u533b\u53d1\u5c55\u5171\u594b\u8fdb\u3001\u5171\u7b51\u68a6\u60f3,\u8fd1\u5e74\u6765,\u5728\u5404\u7ea7\u9886\u5bfc\u7684\u652f\u6301\u5e2e\u52a9\u4e0b,\u56f4\u7ed5\u4e09\u7532\u521b\u5efa,\u56f4\u7ed5\u5efa\u8bbe\u5b66\u4e60\u578b\u3001\u667a\u6167\u578b\u3001\u4eba\u6587\u578b\u533b\u9662\u603b\u4f53\u5de5\u4f5c\u601d\u8def,\u6c42\u771f\u52a1\u5b9e\u3001\u5f00\u62d3\u521b\u65b0,\u62a4\u7406\u8d28\u91cf\u6539\u5584\u5353\u6709\u6210\u6548,\u4f18\u8d28\u62a4\u7406\u670d\u52a1\u72ec\u5177\u5320\u5fc3,\u62a4\u7406\u6280\u80fd\u7ade\u8d5b\u7855\u679c\u7d2f\u7d2f,\u4e3a\u533b\u9662\u53d1\u5c55\u8fdb\u6b65\u64d8\u753b\u4e86\u65b0\u7684\u7bc7\u7ae0!","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=4&id=307"};
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 () {
}
});
});
}