This commit is contained in:
asd
2020-10-26 12:00:30 +08:00
parent eda8341c0b
commit 10141bb795
2 changed files with 23 additions and 9 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: parseInt(data.currency),
currency: data.currency,
language: data.languageValue,
tlanguage: data.tlanguageValue,
video: data.video,