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=271&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: 1746134211,
nonceStr: 'huwrJpclhN3FhlAt',
signature: '955ac0300ce4173b6e25f7bf707c50a5f0f55dde',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201905\/346284c70ab8105e0471582789de6c1f.jpg","title":"\u840c\u5a03\u5410\u69fd\u8fd9\u4f4d\u82cf\u5927\u9644\u4e00\u9662\u62a4\u58eb\uff0c\u770b\u5230\u6700\u540e\u54ed\u4e86\uff01","smalltext":"\u4e3a\u7eaa\u5ff5\u5373\u5c06\u5230\u6765\u7684\u201c5.12\u201d\u56fd\u9645\u62a4\u58eb\u8282\u8fd9\u51e0\u5929\uff0c\u82cf\u5dde\u536b\u5065\u59d4\u8fde\u7eed\u63a8\u51fa\u62a4\u58eb\u89c6\u9891\u535a\u5ba2\uff08vlog\uff09\u4f5c\u4e3a\u9001\u7ed9\u5168\u5e02\u62a4\u7406\u6218\u7ebf\u5de5\u4f5c\u4eba\u5458\u7684\u8282\u65e5\u793c\u7269\u4eca\u5929\u662f\u4e00\u4e2a\u864e\u5934\u864e\u8111\u7684\u840c\u5a03\u800c\u4ed6\u5728\u89c6\u9891\u4e2d\u591a\u6b21\u70b9\u540d\u201c\u5410","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=271"};
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 () {
}
});
});
}