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=458&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: 1746209496,
nonceStr: 'ct7jNpGXKhWhOHRn',
signature: '4e12f0f0799505b721059bca32adf8d6d77d3b6d',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201905\/4066facdbf9a452ccddabc32397bbfdd.jpg","title":"\u6c38\u5dde\u5e02\u4e2d\u5fc3\u533b\u9662\uff1a\u5c0f\u60a3\u8005\u5728\u516d\u4e00\u513f\u7ae5\u8282\u4e3a\u62a4\u58eb\u9001\u793c\u7269","smalltext":"\u4eca\u5e747\u5c81\u7684\u963f\u65fa\uff0c\u51fa\u751f\u5728\u6c38\u5dde\u6c5f\u6c38\u5927\u5729\u9547\u5927\u5e03\u6751\u4e00\u4e2a\u519c\u6751\u5bb6\u5ead\u30022011\u5e74\u7684\u4e00\u5929\uff0c\u963f\u65fa\u56e0\u6301\u7eed\u4e0d\u660e\u539f\u56e0\u7684\u9ad8\u70e7\uff0c\u51fa\u73b0\u53e3\u5507\u3001\u9762\u8272\u82cd\u767d\uff0c\u5728\u6842\u6797\u67d0\u5bb6\u533b\u9662\u786e\u8bca\u4e3a\u91cd\u578b\u03b2-\u5730\u4e2d\u6d77\u8d2b\u8840\uff0c\u6b64\u75c5\u662f\u4e00\u7ec4\u9057\u4f20\u6027","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=458"};
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 () {
}
});
});
}