|
@@ -199,7 +199,7 @@ export default class Albums_play extends Component {
|
199
|
199
|
item.name == 'mine' &&
|
200
|
200
|
<View className='mine-speak-info'>
|
201
|
201
|
<View className='mine-text'>
|
202
|
|
- <Text selectable userSelect className='mine-text-content'>
|
|
202
|
+ <Text selectable className='mine-text-content'>
|
203
|
203
|
{item.userTexts}
|
204
|
204
|
</Text>
|
205
|
205
|
<View className='mine-text-tip'></View>
|
|
@@ -212,7 +212,7 @@ export default class Albums_play extends Component {
|
212
|
212
|
<View className='other-speak-info'>
|
213
|
213
|
<Image className='other-image' src={item.userImage}></Image>
|
214
|
214
|
<View className='other-text'>
|
215
|
|
- <Text selectable userSelect className='other-text-content'>
|
|
215
|
+ <Text selectable className='other-text-content'>
|
216
|
216
|
{item.userTexts}
|
217
|
217
|
</Text>
|
218
|
218
|
<View className='other-text-tip'></View>
|