소스 검색

공유화면 text 변경

goodboy 5 년 전
부모
커밋
34333a913e
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      src/components/Player.js

+ 2 - 2
src/components/Player.js

@@ -567,8 +567,8 @@ export default props => {
                   />
                 </View>
                 <C.View cls="flx-row jc-sa ai-t mt2">
-                  <C.Text cls="fw-b">{'Spring of Music'}</C.Text>
-                  <C.Text cls="fw-b">{`18min`}</C.Text>
+                  <C.Text cls="fw-b">{playerData.title}</C.Text>
+                  <C.Text cls="fw-b">{playerData.duration}</C.Text>
                 </C.View>
 
                 <View style={{ height: minHeight }} />