Commit f52b6912 authored by zhengke's avatar zhengke

修改链接样式

parent 033e07e4
...@@ -110,9 +110,7 @@ ...@@ -110,9 +110,7 @@
res => { res => {
if (res.data.resultCode == 1) { if (res.data.resultCode == 1) {
this.dataList = res.data.data; this.dataList = res.data.data;
console.log("this.datalist",this.dataList);
this.isShow=true; this.isShow=true;
console.log(this.dataList,'dataList');
} else { } else {
this.Error(res.data.message); this.Error(res.data.message);
} }
......
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