v
This commit is contained in:
@@ -34,9 +34,14 @@
|
||||
};
|
||||
},
|
||||
onLoad(){
|
||||
|
||||
// 列表的方法
|
||||
this.labelList()
|
||||
// 标签的列表展示
|
||||
console.log("11111222")
|
||||
this.$u.api.labelList({
|
||||
|
||||
}).then((res) => {
|
||||
console.log(res)
|
||||
this.tab_lables = res.data
|
||||
})
|
||||
},
|
||||
|
||||
mounted(){
|
||||
@@ -68,16 +73,7 @@
|
||||
url: '/pages/index/index'
|
||||
});
|
||||
},
|
||||
// 标签的列表展示
|
||||
labelList(){
|
||||
console.log("11111222")
|
||||
this.$u.api.labelList({
|
||||
|
||||
}).then((res) => {
|
||||
console.log(res)
|
||||
this.tab_lables = res.data
|
||||
})
|
||||
},
|
||||
|
||||
}
|
||||
};
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user