Merge pull request 'axios 封装' (#23) from chenxuelian into dev
Reviewed-on: http://git.hchyun.com/feashow/pupil/pulls/23
This commit is contained in:
@@ -104,6 +104,11 @@
|
||||
//关闭下拉刷新
|
||||
uni.stopPullDownRefresh()
|
||||
},
|
||||
onLoad() {
|
||||
this.$apiServe.getCategories().then(res => {
|
||||
console.log(res)
|
||||
}).finally(_ => {})
|
||||
},
|
||||
methods: {
|
||||
//点击一级分类
|
||||
// click(listIndex) {
|
||||
|
||||
Reference in New Issue
Block a user