Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Y
yinlian_20211213
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
章志富
yinlian_20211213
Commits
434733bb
Commit
434733bb
authored
Dec 13, 2021
by
章志富
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
忽略文件
parent
f6cac901
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
3 additions
and
5 deletions
+3
-5
.gitignore
.gitignore
+1
-0
MD.js
MD.js
+1
-1
index.html
public/index.html
+1
-1
comp.jsx
src/pages/page_index/comp.jsx
+0
-3
No files found.
.gitignore
0 → 100644
View file @
434733bb
node_modules
MD.js
View file @
434733bb
...
@@ -7,7 +7,7 @@ const domain = '//embedlog.duiba.com.cn';
...
@@ -7,7 +7,7 @@ const domain = '//embedlog.duiba.com.cn';
// 总埋点数据,包含所有埋点号
// 总埋点数据,包含所有埋点号
let
rawList
=
[];
let
rawList
=
[];
for
(
let
index
=
1
;
index
<=
4
;
index
++
)
{
for
(
let
index
=
1
;
index
<=
80
;
index
++
)
{
rawList
.
push
({
rawList
.
push
({
ele
:
`.md
${
index
}
`
,
ele
:
`.md
${
index
}
`
,
data
:
{
data
:
{
...
...
public/index.html
View file @
434733bb
...
@@ -5,7 +5,7 @@
...
@@ -5,7 +5,7 @@
<meta
charset=
"utf-8"
>
<meta
charset=
"utf-8"
>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1, shrink-to-fit=no"
>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1, shrink-to-fit=no"
>
<meta
name=
"theme-color"
content=
"#000000"
>
<meta
name=
"theme-color"
content=
"#000000"
>
<title>
lc-template
</title>
<title>
银联-云小圈
</title>
<script
src=
"//yun.duiba.com.cn/spark/v2/spark.base.fz.wxpollyfill.js"
></script>
<script
src=
"//yun.duiba.com.cn/spark/v2/spark.base.fz.wxpollyfill.js"
></script>
<script
src=
"//yun.duiba.com.cn/js-libs/rem/1.1.3/rem.min.js"
></script>
<script
src=
"//yun.duiba.com.cn/js-libs/rem/1.1.3/rem.min.js"
></script>
<script
src=
"//yun.duiba.com.cn/h5/lib/zepto.min.js"
></script>
<script
src=
"//yun.duiba.com.cn/h5/lib/zepto.min.js"
></script>
...
...
src/pages/page_index/comp.jsx
View file @
434733bb
...
@@ -21,9 +21,6 @@ class Page_index extends Component {
...
@@ -21,9 +21,6 @@ class Page_index extends Component {
10
,
10
,
(
progress
)
=>
{}
(
progress
)
=>
{}
);
);
// Global.assetData['loadTime']
console
.
log
(
"111"
,
Global
.
assetData
[
"loadTime"
]);
// showLoading()
setTimeout
(()
=>
{
setTimeout
(()
=>
{
this
.
setState
({
this
.
setState
({
show
:
true
,
show
:
true
,
...
...
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