소스 검색

fix: text show

wangyuan 2 년 전
부모
커밋
bd101a9884
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      pages/workbench/workbench.js

+ 1 - 1
pages/workbench/workbench.js

@@ -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