|
|
@@ -67,7 +67,9 @@ export default {
|
|
|
pageSize: this.pageSize,
|
|
|
columnCode: this.active,
|
|
|
}
|
|
|
+ console.log(this.active)
|
|
|
const res = await serverAPI('zpsmzjlbtcxjk', data)
|
|
|
+ // const res = await getArticleList(data)
|
|
|
|
|
|
if (this.pageNum == 1) {
|
|
|
this.info = res.rows
|
|
|
@@ -178,4 +180,7 @@ export default {
|
|
|
width: 100%;
|
|
|
height: 99%;
|
|
|
}
|
|
|
-</style>
|
|
|
+::v-deep .van-tabs__nav--line.van-tabs__nav--complete {
|
|
|
+ z-index: 99;
|
|
|
+}
|
|
|
+</style>
|