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=451&classid=10&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: 1744327824,
nonceStr: 'qInVhVcye9oewA8i',
signature: '7a692595bf31d30f20bb1ea7808b37d44ae1bfc5',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201905\/337050a42c9c3eae65a9831d3a4250d3.jpg","title":"\u7518\u8083\u7701\u5987\u5e7c\u4fdd\u5065\u9662:\u52aa\u529b\u4e3a\u63a2\u7d22\u897f\u90e8\u5987\u5e7c\u5065\u5eb7\u4e8b\u4e1a\u53d1\u5c55\u8def\u5f84\u8d21\u732e\u201c\u7518\u8083\u667a\u6167\u201d","smalltext":"\u7518\u8083\u5730\u5904\u897f\u5317\u5185\u9646\uff0c\u662f\u7ecf\u6d4e\u6b20\u53d1\u8fbe\u7701\u4efd\uff0c\u4e5f\u662f\u591a\u6c11\u65cf\u805a\u96c6\u5730\u533a\uff0c\u5c11\u6570\u6c11\u65cf\u4eba\u53e3\u5360\u5e38\u4f4f\u4eba\u53e3\u76849.9%\uff0c\u7531\u4e8e\u7279\u6b8a\u7684\u533a\u4f4d\u548c\u7701\u60c5\u6c11\u60c5\uff0c\u51b3\u5b9a\u4e86\u65b0\u65f6\u671f\u7518\u8083\u5987\u5e7c\u5065\u5eb7\u5de5\u4f5c\u7684\u7279\u6b8a\u6027\u548c\u91cd\u8981\u6027\uff0c\u51b3\u5b9a\u4e86\u7518\u8083\u5728\u5987","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=10&id=451"};
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 () {
}
});
});
}