axios 封装
This commit is contained in:
@@ -99,6 +99,11 @@
|
||||
//关闭下拉刷新
|
||||
uni.stopPullDownRefresh()
|
||||
},
|
||||
onLoad() {
|
||||
this.$apiServe.getCategories().then(res => {
|
||||
console.log(res)
|
||||
}).finally(_ => {})
|
||||
},
|
||||
methods: {
|
||||
//点击一级分类
|
||||
// click(listIndex) {
|
||||
|
||||
Reference in New Issue
Block a user