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
b1c2fe41
authored
Jun 14, 2023
by
agan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改
parent
ab5f2676
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
1 deletions
js/webAppComm.js
js/webAppComm.js
View file @
b1c2fe41
...
@@ -28,7 +28,8 @@
...
@@ -28,7 +28,8 @@
// 31:弹出WEB弹窗
// 31:弹出WEB弹窗
// 32:webview上面的图标 (新)
// 32:webview上面的图标 (新)
// 33:打开更多功能面板
// 33:打开更多功能面板
// 34:打开游戏
// 34:修改标题
// 35:打开游戏
function
webAppComm
()
{
function
webAppComm
()
{
...
@@ -405,6 +406,14 @@ webAppComm.prototype.refreshWeb = function (callback) {
...
@@ -405,6 +406,14 @@ webAppComm.prototype.refreshWeb = function (callback) {
location
.
reload
();
location
.
reload
();
}
}
// 35:打开游戏
webAppComm
.
prototype
.
goGame
=
function
(
mData
){
var
obj
=
{
"cid"
:
35
,
"data"
:
mData
}
}
webAppComm
.
prototype
.
url_get_params
=
function
(
url_path
)
{
webAppComm
.
prototype
.
url_get_params
=
function
(
url_path
)
{
var
url
=
url_path
;
var
url
=
url_path
;
...
...
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