Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
D
douyin_xiaoxiaole
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
template admin
douyin_xiaoxiaole
Commits
3a18b162
Commit
3a18b162
authored
Jul 13, 2023
by
liujiangnan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
debug
parent
474c16b2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
+4
-2
douyin_xiaoxiaole.js
assets/douyin_xiaoxiaole/scene/douyin_xiaoxiaole.js
+4
-2
No files found.
assets/douyin_xiaoxiaole/scene/douyin_xiaoxiaole.js
View file @
3a18b162
...
...
@@ -88,9 +88,11 @@ cc.Class({
this
.
uid
=
res
.
uid
;
// 测试数据
//
this.role = 'anchor';
//
this.uid = 'teacher';
this
.
role
=
'
anchor
'
;
this
.
uid
=
'
teacher
'
;
// this.role = 'audience';
// this.uid = 'student'
const
nickObj
=
await
drawOpenNickName
(
res
.
nickName
);
await
asyncCallNetworkApiPost
(
'
/api/douyin/v1/create
'
,
{
roomid
:
this
.
roomId
,
uid
:
this
.
uid
,
nickname
:
JSON
.
stringify
(
nickObj
),
role
:
this
.
role
});
...
...
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