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=3950&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: 1746613663,
nonceStr: 'UytjbW7GtvkkU8pd',
signature: '7dfdcb3ae4ff4b7a0c05ca1f95cc96c3fdbea678',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/202101\/2078a1973adc95b871a45ebaee8994b4.jpg","title":"\u5609\u5b9a\u533a\u4e2d\u5fc3\u533b\u9662\uff1a\u83b7\u8bc4\u201c\u56fd\u5bb6PCCM\u79d1\u89c4\u8303\u5316\u5efa\u8bbe\u9879\u76ee\u4f18\u79c0\u5355\u4f4d\u201d","smalltext":"2021\u5e7401\u670816\u65e5\uff0c\u5728\u7b2c\u4e09\u5c4a\u4e2d\u56fd\u547c\u5438\u5b66\u79d1\u53d1\u5c55\u5927\u4f1a\u4e0a\uff0c\u516c\u5e03\u4e86\u7b2c\u5341\u4e8c\u6279PCCM\u79d1(\u547c\u5438\u4e0e\u5371\u91cd\u75c7\u533b\u5b66\u79d1)\u89c4\u8303\u5316\u5efa\u8bbe\u9879\u76ee\u4e8c\u7ea7\u53ca\u4ee5\u4e0a\u533b\u9662\u8ba4\u5b9a\u7ed3\u679c\u3002 \u5609\u5b9a\u533a\u4e2d\u5fc3\u533b\u9662\u547c\u5438\u4e0e\u5371\u91cd\u75c7\u533b\u5b66\u79d1\u901a\u8fc7","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3950"};
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 () {
}
});
});
}