Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
OpenHarmony
Xts Acts
提交
a92efb3b
X
Xts Acts
项目概览
OpenHarmony
/
Xts Acts
1 年多 前同步成功
通知
9
Star
22
Fork
0
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
0
列表
看板
标记
里程碑
合并请求
0
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
X
Xts Acts
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
0
Issue
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
Pages
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
提交
Issue看板
提交
a92efb3b
编写于
5月 30, 2022
作者:
B
bayanxing
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
codecheck修改 3个方法不超过50行需要豁免 js方法代码
Signed-off-by:
N
bayanxing
<
bayanxing@kaihongdigi.com
>
上级
b1f9ef13
变更
5
隐藏空白更改
内联
并排
Showing
5 changed file
with
7 addition
and
9 deletion
+7
-9
arkui/ace_ets_webView/entry/src/main/resources/rawfile/js/img-show.js
...s_webView/entry/src/main/resources/rawfile/js/img-show.js
+0
-4
arkui/ace_ets_webView/entry/src/main/resources/rawfile/js/main.js
...e_ets_webView/entry/src/main/resources/rawfile/js/main.js
+2
-0
arkui/ace_ets_webView/entry/src/main/resources/rawfile/js/tab_qiehuc.js
...webView/entry/src/main/resources/rawfile/js/tab_qiehuc.js
+1
-1
arkui/ace_ets_webView/entry/src/main/resources/rawfile/location.html
...ts_webView/entry/src/main/resources/rawfile/location.html
+3
-3
arkui/ace_ets_webView/entry/src/main/resources/rawfile/test.html
...ce_ets_webView/entry/src/main/resources/rawfile/test.html
+1
-1
未找到文件。
arkui/ace_ets_webView/entry/src/main/resources/rawfile/js/img-show.js
浏览文件 @
a92efb3b
...
...
@@ -68,7 +68,6 @@ $(document).ready(function(){
$
(
'
.control
'
).
hover
(
function
(){
clearInterval
(
clc
);
$
(
'
.control
'
).
show
();
// return false;允许传播
});
//向右边前进
$
(
'
.to-right
'
).
click
(
function
(){
...
...
@@ -113,7 +112,6 @@ $(document).ready(function(){
}
});
clc
=
setInterval
(
moveImg
,
setTime
);
});
...
...
@@ -175,7 +173,6 @@ $(document).ready(function(){
$
(
'
.control1
'
).
hover
(
function
(){
clearInterval
(
clc
);
$
(
'
.control1
'
).
show
();
// return false;允许传播
});
//向右边前进
...
...
@@ -283,7 +280,6 @@ $(document).ready(function(){
$
(
'
.control2
'
).
hover
(
function
(){
clearInterval
(
clc
);
$
(
'
.control2
'
).
show
();
// return false;允许传播
});
//向右边前进
$
(
'
.to-right2
'
).
click
(
function
(){
...
...
arkui/ace_ets_webView/entry/src/main/resources/rawfile/js/main.js
浏览文件 @
a92efb3b
...
...
@@ -251,12 +251,14 @@ $(document).ready(function(){
});
}
});
/*点击回到顶部*/
$
(
'
#backToTop-up
'
).
click
(
function
(){
$
(
'
html, body
'
).
animate
({
scrollTop
:
0
},
500
);
});
/*点击到底部*/
$
(
'
#backToTop-down
'
).
click
(
function
(){
$
(
'
html, body
'
).
animate
({
...
...
arkui/ace_ets_webView/entry/src/main/resources/rawfile/js/tab_qiehuc.js
浏览文件 @
a92efb3b
...
...
@@ -16,7 +16,7 @@
function
setTab
(
m
,
n
){
var
tli
=
document
.
getElementById
(
"
menu
"
+
m
).
getElementsByTagName
(
"
li
"
);
var
mli
=
document
.
getElementById
(
"
main
"
+
m
).
getElementsByTagName
(
"
ul
"
);
for
(
i
=
0
;
i
<
tli
.
length
;
i
++
){
for
(
var
i
=
0
;
i
<
tli
.
length
;
i
++
){
tli
[
i
].
className
=
i
==
n
?
"
hover
"
:
"
outer
"
;
mli
[
i
].
style
.
display
=
i
==
n
?
"
block
"
:
"
none
"
;
}
...
...
arkui/ace_ets_webView/entry/src/main/resources/rawfile/location.html
浏览文件 @
a92efb3b
...
...
@@ -1713,7 +1713,7 @@
/*根据所选的省份来显示城市列表*/
function
showCity
(
obj
)
{
var
val
=
obj
.
options
[
obj
.
selectedIndex
].
value
;
current_prov
=
val
;
var
current_prov
=
val
;
if
(
val
>=
0
)
{
city
.
style
.
display
=
'
inline-block
'
;
country
.
style
.
display
=
'
none
'
;
...
...
@@ -1742,7 +1742,7 @@
}
else
{
country
.
style
.
display
=
'
none
'
;
}
current_city
=
val
;
var
current_city
=
val
;
if
(
val
!=
null
)
{
country
.
length
=
1
;
if
(
province
[
current_prov
][
"
city
"
][
val
])
{
...
...
@@ -1762,7 +1762,7 @@
};
function
selectCountry
(
obj
)
{
current_country
=
obj
.
options
[
obj
.
selectedIndex
].
value
;
var
current_country
=
obj
.
options
[
obj
.
selectedIndex
].
value
;
showAddr
()
};
function
showAddr
()
{
...
...
arkui/ace_ets_webView/entry/src/main/resources/rawfile/test.html
浏览文件 @
a92efb3b
...
...
@@ -198,7 +198,7 @@
function
init
()
{
var
stars
=
document
.
getElementById
(
"
stars
"
);
windowWidth
=
window
.
innerWidth
;
var
windowWidth
=
window
.
innerWidth
;
stars
.
width
=
windowWidth
/
2
;
stars
.
height
=
window
.
innerHeight
/
4
;
context
=
stars
.
getContext
(
"
2d
"
);
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录