Commit ec46eed3 authored by 赵啸非's avatar 赵啸非

修改配置文件

parent bf812791
......@@ -85,7 +85,8 @@ export default {
.then((res) => {
if (res.code == 1) {
console.log(res)
const temp = res.data.data
if(res.data.data.length>0){
const temp = res.data.data[0]
//console.log(temp)
const list = [];
for (let i = 1; i < 17; i++) {
......@@ -95,6 +96,7 @@ export default {
}
}
this.list = list
}
console.log("list",this.list)
}
})
......
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