修改 iOS 传入数据错误

This commit is contained in:
韩鹏辉
2023-07-21 09:13:10 +08:00
parent b92f72b53e
commit bfba38e27b

View File

@@ -220,7 +220,7 @@
data: {
"inviteNum": inviteNum,
"typeCode": typeCode,
"currentFee": currentFee,
"currentFee": currentFee==''?0:currentFee.substring(0,currentFee.indexOf(".")+3),
"phoneverify": phoneverify,
"phone": phone,
"password": password,