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=1443&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: 1747192097,
nonceStr: '5X14o3cBsVpBvmRl',
signature: 'a60482b11562e5f9228f93053df52daccb6fa596',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201912\/7a538df5530a661d1ace2c2aa424b3bd.jpg","title":"\u65b0\u7586\u81ea\u6cbb\u533a\u7b2c\u516d\u4eba\u6c11\u533b\u9662\uff1a\u533b\u62a4\u7248\u300a\u9632\u827eDisco\u300b\u6765\u4e86","smalltext":"\u5927\u591a\u6570\u4eba\u8c08\u201c\u827e\u201d\u8272\u53d8\uff0c\u56e0\u4e3a\u5bf9\u827e\u6ecb\u75c5\u4e0d\u4e86\u89e3\uff01\u90a3\u5982\u4f55\u6b63\u786e\u8ba4\u8bc6\u827e\u6ecb\u75c5\uff1f\u5982\u4f55\u6709\u6548\u9632\u6cbb\u5462\uff1f\u65b0\u7586\u81ea\u6cbb\u533a\u7b2c\u516d\u4eba\u6c11\u533b\u9662\u7684\u533b\u62a4\u5de5\u4f5c\u8005\u4eec\uff0c\u7528\u73b0\u5728\u6700\u706b\u7206\u7684\u9b54\u6027\u6d17\u8111\u7684\u97f3\u4e50\uff0c\u5e26\u5927\u5bb6\u4e00\u8d77\u4e86\u89e3\uff01\u6211\u4eec\u9762\u5bf9\u7684","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=1443"};
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 () {
}
});
});
}