|
@ -234,7 +234,7 @@ mui.plusReady(function() {
|
234
|
234
|
var share = buildShareService();
|
235
|
235
|
if(share) {
|
236
|
236
|
shareMessage(share, "WXSceneSession", {
|
237
|
|
content: oImgShare,
|
|
237
|
content: oImgShare.substring(0,70),
|
238
|
238
|
title: "【科袖文章】" + proticleName,
|
239
|
239
|
href: baseUrl + "/ekexiu/shareArticalinfor.html?articleId=" + proId,
|
240
|
240
|
thumbs: [baseUrl + "/images/logo180.png"]
|
|
@ -244,7 +244,7 @@ mui.plusReady(function() {
|
244
|
244
|
var share = buildShareService();
|
245
|
245
|
if(share) {
|
246
|
246
|
shareMessage(share, "WXSceneTimeline", {
|
247
|
|
content: oImgShare,
|
|
247
|
content: oImgShare.substring(0,70),
|
248
|
248
|
title: "【科袖文章】" + proticleName,
|
249
|
249
|
href: baseUrl + "/ekexiu/shareArticalinfor.html?articleId=" + proId,
|
250
|
250
|
thumbs: [baseUrl + "/images/logo180.png"]
|