Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
libai
/
Static
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
3d7248d5
authored
Apr 25, 2023
by
agan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改分享类型
parent
03f4eab4
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
js/webAppComm.js
js/webAppComm.js
View file @
3d7248d5
...
...
@@ -143,10 +143,10 @@ webAppComm.prototype.goShare = function (shareContent) {
"reqCode"
:
new
Date
().
getTime
(),
"data"
:
{
"shareContent"
:
shareContent
,
"shareType"
:
{
"wechat"
:
1
,
"wechat_moment"
:
1
,
"facebook"
:
1
,
"shareType"
:
{
//1图片 2文字 3网页
"wechat"
:
3
,
"wechat_moment"
:
3
,
"facebook"
:
3
,
"line"
:
3
,
"link"
:
3
,
"whatsApp"
:
3
,
...
...
@@ -324,7 +324,7 @@ webAppComm.prototype.changeTitle1 = function () {
"width"
:
'161'
,
//1
"height"
:
'70'
,
//1
}
}
}
}
var
obj2
=
JSON
.
stringify
(
obj
);
appCollaboration
(
obj2
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment