This commit is contained in:
caolc
2023-05-08 10:45:07 +08:00
parent 8fd25deedf
commit 1c3e0f9662
27 changed files with 388 additions and 297 deletions

View File

@@ -257,11 +257,11 @@
})
},
getAmount() {
accountApi.getTotalOilCardInfo().then(res => {
if (res.code == 20000) {
this.userTotal = res.data
}
})
// accountApi.getTotalOilCardInfo().then(res => {
// if (res.code == 20000) {
// this.userTotal = res.data
// }
// })
},
copy() {
uni.setClipboardData({