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
1a9ac6e4
authored
Jan 20, 2026
by
kaisa
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat:新增cid:55 点击vip引导页面跳转到对应的官号链接
parent
8aa658fc
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 @
1a9ac6e4
...
...
@@ -838,19 +838,19 @@ webAppComm.prototype.calendarReminders = function (title, content, time, tipCont
webAppCollaboration
(
obj2
);
}
//
70: 跳转全屏任务界面
webAppComm
.
prototype
.
jumpToAllPageTask
=
function
(
type
)
{
//
55: 打开外部对应APP并链接到对应的账号
webAppComm
.
prototype
.
openChatApp
=
function
(
appType
,
officialId
)
{
let
obj
=
{
"cid"
:
70
,
"cid"
:
55
,
"data"
:
{
"taskType"
:
type
// 1:新手任务 2:每日任务 3:主播任务 4:奖励领取
"appType"
:
appType
,
// whatsapp、line、wechat
"officialId"
:
officialId
}
}
let
obj2
=
JSON
.
stringify
(
obj
);
webAppCollaboration
(
obj2
);
}
//接收客戶端的消息
webAppComm
.
prototype
.
reMsgFromApp
=
function
(
callback
)
{
callback
&&
callback
();
...
...
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