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=627&classid=6&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: 1743632893,
nonceStr: '36K4Nc7evpIgkRxQ',
signature: '3dc56bf784e27316dc4043fcc427fd527bca7f25',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201906\/da4d88d09b001832703e733d6340898f.jpg","title":"6S\u7ba1\u7406\uff1a\u5c0f\u65b9\u6cd5\uff0c\u5927\u6210\u679c\uff0c\u770b\u770b300\u5bb6\u533b\u9662\u7684\u8715\u53d8\u5b9e\u5f55","smalltext":"\u201c\u6ca1\u6709\u4eba\u80fd\u591f\u5de6\u53f3\u53d8\u5316\uff0c\u552f\u6709\u8d70\u5728\u53d8\u5316\u4e4b\u524d\u30026S\u7ba1\u7406\u4e4b\u6240\u4ee5\u53d7\u5230\u4e1a\u754c\u6b22\u8fce\u548c\u8ba4\u53ef\uff0c\u5c31\u5728\u4e8e\u5176\u63d0\u524d\u9002\u5e94\u4e86\u73b0\u4ee3\u533b\u9662\u4ece\u7c97\u653e\u5f0f\u7ba1\u7406\u5230\u7cbe\u7ec6\u5316\u7ba1\u7406\u7684\u53d8\u9769\u3002\u8fd9\u79cd\u501f\u9274\u4f01\u4e1a\u7ba1\u7406\u65b9\u6cd5\u521b\u65b0\u533b\u9662\u7ba1\u7406\u7684","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=6&id=627"};
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 () {
}
});
});
}