dev--cxz-commit
This commit is contained in:
parent
0f2bd0a945
commit
b9f5543d78
|
@ -7,7 +7,7 @@ Page({
|
||||||
* 页面的初始数据
|
* 页面的初始数据
|
||||||
*/
|
*/
|
||||||
data: {
|
data: {
|
||||||
items: [null, null],
|
items: [null],
|
||||||
cxz: "",
|
cxz: "",
|
||||||
hello: "",
|
hello: "",
|
||||||
nickName: "",
|
nickName: "",
|
||||||
|
@ -15,6 +15,7 @@ Page({
|
||||||
phoneNumber: "",
|
phoneNumber: "",
|
||||||
userAccount: "",
|
userAccount: "",
|
||||||
invitationCode: "",
|
invitationCode: "",
|
||||||
|
test: "",
|
||||||
currentBalance: "", // 当前余额
|
currentBalance: "", // 当前余额
|
||||||
withdrawalAmount: "", // 提现中的余额
|
withdrawalAmount: "", // 提现中的余额
|
||||||
withdrawnAmount: "", // 已提现的余额
|
withdrawnAmount: "", // 已提现的余额
|
||||||
|
|
Loading…
Reference in New Issue
Block a user