Commit 73b59798 by 刘海龙

1111

parent 55957581
...@@ -8,8 +8,8 @@ ...@@ -8,8 +8,8 @@
.tips_foot_L { width: 50%; height: 45px; text-align: center; line-height: 45px; border-right: 1px solid #DFDFDF; font-size: 15px; color: #09BB07; } .tips_foot_L { width: 50%; height: 45px; text-align: center; line-height: 45px; border-right: 1px solid #DFDFDF; font-size: 15px; color: #09BB07; }
.tips_foot_R { width: 50%; height: 45px; text-align: center; line-height: 45px; font-size: 15px; color: #09BB07; } .tips_foot_R { width: 50%; height: 45px; text-align: center; line-height: 45px; font-size: 15px; color: #09BB07; }
.zhenti_tab { display: flex; align-items: center; background: #fff; z-index: 20; } .zhenti_tab { display: flex; align-items: center; background: #fff; z-index: 20; }
.van-tabs__nav--line { z-index: 21; } .van-tabs__nav--line { z-index: 21; }
.close_yulan { width: 12px; height: 12px; position: absolute; top: 8px; right: 8px; } .close_yulan { width: 12px; height: 12px; position: absolute; top: 8px; right: 8px; }
</style> </style>
<div id="app"> <div id="app">
...@@ -250,6 +250,7 @@ ...@@ -250,6 +250,7 @@
//滚动条到达底部 //滚动条到达底部
console.log("tab:" + that.tab) console.log("tab:" + that.tab)
console.log("page:" + that.page) console.log("page:" + that.page)
console.log(that.zhenti)
console.log(that.download) console.log(that.download)
if(that.tab==0){ if(that.tab==0){
that.loadZhenti() that.loadZhenti()
......
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