Commit de898f24 by 刘海龙

111

parent 9bbc3a86
...@@ -250,7 +250,6 @@ ...@@ -250,7 +250,6 @@
//滚动条到达底部 //滚动条到达底部
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()
...@@ -440,7 +439,6 @@ ...@@ -440,7 +439,6 @@
success: function(res) { success: function(res) {
console.log(res.data.data) console.log(res.data.data)
if(res.status == 1) { if(res.status == 1) {
that.download = []
let array = res.data.data.length > 0 ? res.data.data : [] let array = res.data.data.length > 0 ? res.data.data : []
that.download = array.concat(array.map( r => { that.download = array.concat(array.map( r => {
return { return {
......
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