接口对接

This commit is contained in:
2024-03-01 09:20:07 +08:00
parent edd60ed4b6
commit fe2554a393
5 changed files with 269 additions and 125 deletions

View File

@@ -41,8 +41,14 @@
methods: {
async _getBillsCount () {
let res = await getBillsCount()
this.menuList = [...res]
if (res.code === 1) {
this.menuList = [...res.result]
} else {
uni.showToast({
title: res.desc,
icon: 'none'
})
}
},
toPage (e) {
let url = ''