12
This commit is contained in:
@@ -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({
|
||||
|
||||
Reference in New Issue
Block a user