|
@ -181,7 +181,7 @@ mui.plusReady(function() {
|
181
|
181
|
articleMess: function($data) {
|
182
|
182
|
plus.nativeUI.closeWaiting();
|
183
|
183
|
plus.webview.currentWebview().show("slide-in-right", 150);
|
184
|
|
//console.log(JSON.stringify($data));
|
|
184
|
console.log(JSON.stringify($data));
|
185
|
185
|
document.getElementById("articleName").innerHTML = $data.articleTitle;
|
186
|
186
|
stt = $data.articleImg.substring(0, 9);
|
187
|
187
|
console.log(stt)
|
|
@ -221,7 +221,7 @@ mui.plusReady(function() {
|
221
|
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
|
226
|
professorMess: function($data) {
|
227
|
227
|
//console.log(JSON.stringify($data));
|
|
@ -782,9 +782,8 @@ mui.plusReady(function() {
|
782
|
782
|
var share = buildShareService("sinaweibo");
|
783
|
783
|
if(share) {
|
784
|
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,7 +818,7 @@ mui.plusReady(function() {
|
819
|
818
|
};
|
820
|
819
|
share.send(msg, function() {
|
821
|
820
|
plus.nativeUI.closeWaiting();
|
822
|
|
shareAddIntegral(3);
|
|
821
|
shareAddIntegral(4);
|
823
|
822
|
}, function(e) {
|
824
|
823
|
console.log(JSON.stringify(e))
|
825
|
824
|
plus.nativeUI.closeWaiting();
|