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=103&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: 1743764438,
nonceStr: '04bqD0wFHl1iQX8X',
signature: '6bb3009a6a41d4e05293e8d6af6beac57c5d56c9',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201905\/34206dfa28111d817549554d9e345c66.jpg","title":"\u8fd9\u5bb6\u533b\u9662\u6709\u4e2a\u75c5\u623f\u5b66\u6821\uff0c\u8ba9\u4f4f\u9662\u60a3\u513f\u4e5f\u80fd\u5b66\u4e60","smalltext":"\u201c \u4e00\u6735\u9c9c\u82b1\u6253\u626e\u4e0d\u51fa\u7f8e\u4e3d\u7684\u6625\u5929\uff0c\u4e00\u4e2a\u4eba\u5148\u8fdb\u603b\u662f\u5355\u67aa\u5339\u9a6c\uff0c\u4f17\u4eba\u5148\u8fdb\u624d\u80fd\u79fb\u5c71\u586b\u6d77\u3002\u201d\u4eca\u5e743\u67085\u65e5\u5b66\u96f7\u950b\u7eaa\u5ff5\u65e5\uff0c\u4e5f\u662f\u4e0a\u6d77\u5e02\u513f\u7ae5\u533b\u9662\u201c\u5f69\u8679\u6e7e\u201d\u75c5\u623f\u5b66\u6821\u65b0\u5b66\u671f\u6b63\u5f0f\u5f00\u8bfe\u7684\u65e5\u5b50\u3002\u4e0b\u53483","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=10&id=103"};
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 () {
}
});
});
}