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=3265&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: 1745150169,
nonceStr: 'mU6uINoe6p6GEsZ5',
signature: '4bf2ec665815182428a33d91eb3ccb50e2e3d1e2',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/202005\/fd00f40f0939ad14f9a9ad32bae69926.jpg","title":"\u6566\u5316\u5e02\u4e2d\u533b\u9662\uff1a\u62a4\u58eb\u7528\u70ed\u8840\u5e86\u795d\u201c\u7279\u6b8a\u201d\u7684\u62a4\u58eb\u8282","smalltext":" 2020\u8fd9\u4e2a\u7279\u6b8a\u65f6\u671f\u7684\u62a4\u58eb\u8282\uff0c\u6ca1\u6709\u9c9c\u82b1\u6ca1\u6709\u6b22\u5e86\uff0c\u6566\u5316\u5e02\u4e2d\u533b\u9662\u62a4\u7406\u90e8\u5021\u8bae\u7684\u201c\u65e0\u507f\u732e\u8840\u4f20\u9012\u7231\u5fc3\u201d\u4e00\u8d77\u8fc7\u4e00\u4e2a\u6709\u610f\u4e49\u7684\u62a4\u58eb\u8282\uff0c\u5f97\u5230\u4e86\u5168\u9662\u62a4\u58eb\u7684\u76f8\u5e94\u3002\u4e3a\u4e0d\u5f71\u54cd\u533b\u9662\u6b63\u5e38\u5de5\u4f5c\uff0c\u5171\u9009\u51fa17\u540d\u62a4\u58eb\u6210\u529f\u732e\u8840\uff0c\u5171\u8ba15700\u6beb\u5347\uff0c\u5176\u4e2d6\u4eba\u732e\u8840400\u6beb\u5347\u3002\u6551\u6b7b\u6276\u4f24\u662f\u533b\u62a4\u4eba\u5458\u7684\u5929\u804c\uff0c\u4ed6\u4eec\u9664\u4e86\u594b\u6597\u5728\u533b\u7597\u7684\u7b2c\u4e00\u7ebf\uff0c\u8fd8\u7528\u522b\u6837\u7684\u65b9\u5f0f\u6765\u5e2e\u52a9\u60a3\u8005\u91cd\u83b7\u65b0\u751f\u3002\u4eca\u5929\u5979\u4eec\u7528\u5b9e\u9645\u884c\u52a8\u8be0\u91ca\u533b\u62a4\u4eba\u5458\u7684\u5927\u7231\u60c5\u6000\uff0c\u7528\u771f\u60c5\u4f20\u9012\u6b63\u80fd\u91cf\uff0c\u7528\u884c\u52a8\u8c31\u5199\u7231\u4e0e\u5949\u732e\u7684\u804c\u4e1a\u7cbe\u795e\u3002","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3265"};
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 () {
}
});
});
}