Commit 3d7248d5 by agan

修改分享类型

parent 03f4eab4
Showing with 5 additions and 5 deletions
...@@ -143,10 +143,10 @@ webAppComm.prototype.goShare = function (shareContent) { ...@@ -143,10 +143,10 @@ webAppComm.prototype.goShare = function (shareContent) {
"reqCode": new Date().getTime(), "reqCode": new Date().getTime(),
"data": { "data": {
"shareContent": shareContent, "shareContent": shareContent,
"shareType": { "shareType": { //1图片 2文字 3网页
"wechat": 1, "wechat": 3,
"wechat_moment": 1, "wechat_moment": 3,
"facebook": 1, "facebook": 3,
"line": 3, "line": 3,
"link": 3, "link": 3,
"whatsApp": 3, "whatsApp": 3,
...@@ -324,7 +324,7 @@ webAppComm.prototype.changeTitle1 = function () { ...@@ -324,7 +324,7 @@ webAppComm.prototype.changeTitle1 = function () {
"width": '161', //1 "width": '161', //1
"height": '70', //1 "height": '70', //1
} }
} }
} }
var obj2 = JSON.stringify(obj); var obj2 = JSON.stringify(obj);
appCollaboration(obj2); appCollaboration(obj2);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment