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=332&classid=11&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: 1746210599,
nonceStr: 'kyH31vC61PE1tYg8',
signature: '92d69ef40b31fe880591e06287230dcf960fce08',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201905\/4d9baa66bded0efa3e3845405ce9ed16.jpg","title":"\u5d4a\u5dde\u5e02\u4eba\u6c11\u533b\u9662\uff1a9\u4e2a\u6708\u5b9d\u5b9d\u9ad8\u70e7\u4e0d\u6b62\uff0c\u5d4a\u5dde\u513f\u79d1\u533b\u751f\u9ad8\u94c1\u4e0a\u633a\u8eab\u65bd\u6551","smalltext":"2019\u5e744\u670829\u65e5\uff0c6\uff1a40\uff0c\u957f\u6c99\u5f00\u5f80\u4e0a\u6d77\u7684G1362\u6b21\u5217\u8f66\u884c\u9a76\u81f3\u8862\u5dde\u8def\u6bb5\u65f6\uff0c\u7a81\u7136\u54cd\u8d77\u4e86\u5bfb\u627e\u533b\u751f\u7684\u5e7f\u64ad\u58f0\uff0c\u539f\u67659\u53f7\u8f66\u53a2\u7684\u4e00\u4f4d9\u4e2a\u6708\u5927\u7684\u5a74\u513f\u54ed\u95f9\u4e0d\u6b62\uff0c\u7591\u4f3c\u53d1\u9ad8\u70ed\uff0c\u7167\u987e\u5b69\u5b50\u7684\u662f\u4e00\u4f4d\u5e74\u8f7b\u7684\u6bcd\u4eb2\uff0c\u6b63","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=11&id=332"};
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 () {
}
});
});
}