Forráskód Böngészése

공유화면 text 변경

goodboy 5 éve
szülő
commit
34333a913e
1 módosított fájl, 2 hozzáadás és 2 törlés
  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 }} />