提现增加lodin,提现记录,红包记录修改

This commit is contained in:
GaoHao
2024-12-09 15:07:36 +08:00
parent 2edc997c39
commit ca6baa5254
4 changed files with 29 additions and 30 deletions

View File

@@ -178,6 +178,9 @@
let data = {
amount: that.money
}
uni.showLoading({
title: '提现中'
});
this.$u.api.withdraw(data).then(res => {
if (res.code == 0) {
uni.showToast({