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
66483809
authored
Sep 12, 2025
by
kaisa
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat:新增刷新方法日志
parent
c7e1e828
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
8 deletions
js/webAppComm.js
js/webAppComm.js
View file @
66483809
...
...
@@ -51,14 +51,14 @@ function webAppComm() {
this
.
langList
=
[
// 简中
{
'lang1'
:
'活动规则'
,
'lang2'
:
'刷新'
,
'lang3'
:
'客服咨询'
,
'lang4'
:
'推荐朋友'
,
'lang5'
:
'活动专区'
,
'lang6'
:
'关闭页面'
,
'lang7'
:
'露水'
,
'lang8'
:
'宝石'
'lang1'
:
'活动规则'
,
'lang2'
:
'刷新'
,
'lang3'
:
'客服咨询'
,
'lang4'
:
'推荐朋友'
,
'lang5'
:
'活动专区'
,
'lang6'
:
'关闭页面'
,
'lang7'
:
'露水'
,
'lang8'
:
'宝石'
},
//1英文
{
...
...
@@ -523,6 +523,7 @@ webAppComm.prototype.changeTitle3 = function (imgUrl, param) {
//刷新网页
webAppComm
.
prototype
.
refreshWeb
=
function
(
callback
)
{
alert
(
'刷新网页'
)
callback
&&
callback
();
if
(
this
.
needRefresh
)
{
location
.
reload
();
...
...
@@ -730,6 +731,7 @@ webAppComm.prototype.evokeIptPasteText = function (text) {
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