|
@@ -124,7 +124,7 @@ Page({
|
|
|
orderId: response.orderId,
|
|
|
personName: response.personName,
|
|
|
personSex: response.personSex,
|
|
|
- birthday: response.birthday,
|
|
|
+ birthday: response.birthday.split(' ')[0],
|
|
|
age: response.age,
|
|
|
useNum: response.useNum,
|
|
|
overlayShow: true
|