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
533520b6
authored
Oct 20, 2023
by
agan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
tj
parent
cbc6ba11
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
0 deletions
app/img/rank.png
js/webAppComm.js
app/img/rank.png
0 → 100644
View file @
533520b6
1.65 KB
js/webAppComm.js
View file @
533520b6
...
...
@@ -492,6 +492,18 @@ webAppComm.prototype.sendBindInfos = function (cid, uid, lang, type) {
webAppCollaboration
(
obj2
);
}
// 40: 跳转任务界面
webAppComm
.
prototype
.
jumpToTask
=
function
(
type
){
let
obj
=
{
"cid"
:
40
,
"data"
:
{
"taskType"
:
type
// 1:新手任务 2:每日任务 3:主播任务 4:奖励领取
}
}
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