|
|
|
|
181
|
articleMess: function($data) {
|
181
|
articleMess: function($data) {
|
182
|
plus.nativeUI.closeWaiting();
|
182
|
plus.nativeUI.closeWaiting();
|
183
|
plus.webview.currentWebview().show("slide-in-right", 150);
|
183
|
plus.webview.currentWebview().show("slide-in-right", 150);
|
184
|
//console.log(JSON.stringify($data));
|
|
|
|
|
184
|
console.log(JSON.stringify($data));
|
185
|
document.getElementById("articleName").innerHTML = $data.articleTitle;
|
185
|
document.getElementById("articleName").innerHTML = $data.articleTitle;
|
186
|
stt = $data.articleImg.substring(0, 9);
|
186
|
stt = $data.articleImg.substring(0, 9);
|
187
|
console.log(stt)
|
187
|
console.log(stt)
|
|
|
|
|
221
|
}, "get", oArticleModule.correlationArticle);
|
221
|
}, "get", oArticleModule.correlationArticle);
|
222
|
}
|
222
|
}
|
223
|
|
223
|
|
224
|
//document.getElementById("oTime").innerHTML=oTime.publish($data.publishTime);
|
|
|
|
|
224
|
document.getElementById("oTime").innerHTML=oTime.publish($data.publishTime);
|
225
|
},
|
225
|
},
|
226
|
professorMess: function($data) {
|
226
|
professorMess: function($data) {
|
227
|
//console.log(JSON.stringify($data));
|
227
|
//console.log(JSON.stringify($data));
|
|
|
|
|
782
|
var share = buildShareService("sinaweibo");
|
782
|
var share = buildShareService("sinaweibo");
|
783
|
if(share) {
|
783
|
if(share) {
|
784
|
shareMessage(share, "sinaweibo", {
|
784
|
shareMessage(share, "sinaweibo", {
|
785
|
href: "http://www.ekexiu.com",
|
|
|
786
|
content: "88",
|
|
|
787
|
thumbs: ["http://www.ekexiu.com/images/logo180.png"]
|
|
|
|
|
785
|
href: baseUrl + "/ekexiu/shareArticalinfor.html?articleId=" + oArticleModule.articleId,
|
|
|
786
|
content:document.getElementById("articleName").innerHTML
|
788
|
});
|
787
|
});
|
789
|
}
|
788
|
}
|
790
|
}
|
789
|
}
|
|
|
|
|
819
|
};
|
818
|
};
|
820
|
share.send(msg, function() {
|
819
|
share.send(msg, function() {
|
821
|
plus.nativeUI.closeWaiting();
|
820
|
plus.nativeUI.closeWaiting();
|
822
|
shareAddIntegral(3);
|
|
|
|
|
821
|
shareAddIntegral(4);
|
823
|
}, function(e) {
|
822
|
}, function(e) {
|
824
|
console.log(JSON.stringify(e))
|
823
|
console.log(JSON.stringify(e))
|
825
|
plus.nativeUI.closeWaiting();
|
824
|
plus.nativeUI.closeWaiting();
|