Merge remote-tracking branch 'origin/dev' into dev
# Conflicts: # pages/personCenter/mine/mine.js
This commit is contained in:
commit
1fbbd52cb7
|
@ -7,13 +7,15 @@ Page({
|
||||||
* 页面的初始数据
|
* 页面的初始数据
|
||||||
*/
|
*/
|
||||||
data: {
|
data: {
|
||||||
items: [null, null],
|
items: [null],
|
||||||
yt: "",
|
cxz1: "",
|
||||||
|
hello: "",
|
||||||
nickName: "",
|
nickName: "",
|
||||||
userAvatar: "",
|
userAvatar: "",
|
||||||
phoneNumber: "",
|
phoneNumber: "",
|
||||||
userAccount: "",
|
userAccount: "",
|
||||||
invitationCode: "",
|
invitationCode: "",
|
||||||
|
test: "",
|
||||||
currentBalance: "", // 当前余额
|
currentBalance: "", // 当前余额
|
||||||
withdrawalAmount: "", // 提现中的余额
|
withdrawalAmount: "", // 提现中的余额
|
||||||
withdrawnAmount: "", // 已提现的余额
|
withdrawnAmount: "", // 已提现的余额
|
||||||
|
|
Loading…
Reference in New Issue
Block a user