|
@@ -269,7 +269,7 @@ export default class Albums_play extends Component {
|
269
|
269
|
item.name == 'mine' &&
|
270
|
270
|
<View className='mine-speak-info'>
|
271
|
271
|
<View className='mine-text'>
|
272
|
|
- <Text selectable className='mine-text-content'>
|
|
272
|
+ <Text selectable userSelect className='mine-text-content'>
|
273
|
273
|
{item.userTexts}
|
274
|
274
|
</Text>
|
275
|
275
|
<View className='mine-text-tip'></View>
|
|
@@ -282,7 +282,7 @@ export default class Albums_play extends Component {
|
282
|
282
|
<View className='other-speak-info'>
|
283
|
283
|
<Image className='other-image' src={item.userImage}></Image>
|
284
|
284
|
<View className='other-text'>
|
285
|
|
- <Text selectable className='other-text-content'>
|
|
285
|
+ <Text selectable userSelect className='other-text-content'>
|
286
|
286
|
{item.userTexts}
|
287
|
287
|
</Text>
|
288
|
288
|
<View className='other-text-tip'></View>
|