-
-

-
{{ item }}
+ style="display: flex;flex-direction: row;position: absolute;z-index: 1;margin-top: 2.9vw;margin-left: 3%;">
+
+

+
{{ item }}
-

+
+
+
@@ -107,6 +109,11 @@ export default {
},
methods: {
+ changeType(item){
+ console.log("dhjasdhkahdkjahskjhdkj")
+ this.twType = item;
+ this.getContentList();
+ },
choosePage(item){
console.log(item);
this.pageNum = item;
@@ -115,7 +122,7 @@ export default {
getContentList() {
var data = {
name: this.selectName,
- type: this.twType,
+ twType: this.twType,
pageNum: this.pageNum,
pageSize: this.pageSize
}