commission--yt-commit
This commit is contained in:
@ -7,15 +7,15 @@ Page({
|
||||
* 页面的初始数据
|
||||
*/
|
||||
data: {
|
||||
items: [null, null],
|
||||
items: [null],
|
||||
nickName: "",
|
||||
userAvatar: "",
|
||||
phoneNumber: "",
|
||||
userAccount: "",
|
||||
invitationCode: "",
|
||||
currentBalance: "", // 当前余额
|
||||
withdrawalAmount: "", // 提现中的余额
|
||||
withdrawnAmount: "", // 已提现的余额
|
||||
withdrawalingBalance: 0, // 提现中的余额
|
||||
withdrawaledAmount: "", // 已提现的余额
|
||||
totalIncome:"", // 累计收入
|
||||
showPopup: false, // 控制弹窗显示与否
|
||||
qrcode: "https://img.picui.cn/free/2025/05/29/6837c53582068.gif", // 设置二维码图片的路径
|
||||
@ -98,8 +98,8 @@ Page({
|
||||
if (res.data.code === 1) {
|
||||
this.setData({
|
||||
currentBalance: res.data.data.currentBalance, // 当前余额
|
||||
withdrawalAmount: res.data.data.withdrawalAmount, // 提现中的余额
|
||||
withdrawnAmount: res.data.data.withdrawnAmount, // 已提现的余额
|
||||
withdrawalingBalance: res.data.data.withdrawalAmount, // 提现中的余额
|
||||
withdrawaledAmount: res.data.data.withdrawnAmount, // 已提现的余额
|
||||
totalIncome: res.data.data.totalIncome // 累计收入
|
||||
})
|
||||
} else {
|
||||
|
Reference in New Issue
Block a user