This commit is contained in:
asd
2020-10-26 10:44:42 +08:00
parent 5e964e5893
commit 91191371e5
2 changed files with 18 additions and 5 deletions

View File

@@ -728,7 +728,7 @@ export async function putmember(data: any): Promise<any>{
willsay: JSON.stringify(data.willsayValue),
birthday: data.birthday,
zoneid: data.zoneid,
currency: data.currencyValue,
currency: parseInt(data.currency),
language: data.languageValue,
tlanguage: data.tlanguageValue,
video: data.video,