Commit 42407ced authored by wildfirecode13's avatar wildfirecode13

1

parent 01d717da
......@@ -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>
......
......@@ -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) => (
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment