Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
I
icbcRPG
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
wildfirecode13
icbcRPG
Commits
42407ced
Commit
42407ced
authored
Dec 28, 2020
by
wildfirecode13
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
01d717da
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
1 deletion
+13
-1
index.html
project/public/index.html
+10
-0
detail2.jsx
project/src/pages/detail2/detail2.jsx
+3
-1
No files found.
project/public/index.html
View file @
42407ced
...
...
@@ -73,6 +73,16 @@
hybrid_app
.
share
(
shareInfo
);
}
</script>
<script
src=
"https://yun.duiba.com.cn/db_games/debug/vconsole.min.js"
></script>
<script>
// init vConsole
var
vConsole
=
new
VConsole
();
console
.
log
(
'Hello world'
);
</script>
</head>
<body>
...
...
project/src/pages/detail2/detail2.jsx
View file @
42407ced
...
...
@@ -55,6 +55,8 @@ class Detail2 extends Component {
}
componentDidMount
()
{
currentPage
=
1
;
canLoading
=
true
;
API
.
pageList
({
pageNo
:
currentPage
,
pageSize
:
pagesize
...
...
@@ -86,7 +88,7 @@ class Detail2 extends Component {
uuid=
"2b6c5d97-e458-42a0-b49b-49e9efc6abbc"
src=
{
this
.
state
.
resList
[
'9d6135a5-469f-4293-b931-17786c977974'
].
url
}
/>
<
img
onClick=
{
()
=>
this
.
props
.
navigateTo
(
'mainpage'
)
}
className=
"detail2_back"
uuid=
"detail2_back"
src=
"//yun.duiba.com.cn/spark/assets/805d9455ffa59e37f0f0f19249959c3a9c458f96.png"
></
img
>
<
img
onClick=
{
()
=>
{
currentPage
=
1
;
this
.
props
.
navigateTo
(
'mainpage'
);}
}
className=
"detail2_back"
uuid=
"detail2_back"
src=
"//yun.duiba.com.cn/spark/assets/805d9455ffa59e37f0f0f19249959c3a9c458f96.png"
></
img
>
<
div
ref=
"listref"
onScroll=
{
this
.
onScroll
}
className=
"detail2_item_list"
uuid=
"3804f60d-697f-4d68-98b5-ca8cf2e2d3ba"
>
{
list2
.
map
(({
description
,
gmtCreate
,
nums
},
i
)
=>
(
...
...
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