|
@@ -320,8 +320,8 @@ class DesktopHome extends Component {
|
|
|
backgroundColor={"#ffffff"}//背景色
|
|
|
size={65}//二维码宽高
|
|
|
/>
|
|
|
- <Text style={[styles.textColor]}>{item.assetID.slice(0,10)}</Text>
|
|
|
- <Text style={[styles.textColor]}>{item.assetID.slice(10,20)}</Text>
|
|
|
+ <Text style={[styles.textColor]}>{item.assetID.slice(0,11)}</Text>
|
|
|
+ <Text style={[styles.textColor]}>{item.assetID.slice(11,30)}</Text>
|
|
|
</View>
|
|
|
</View>
|
|
|
<Text style={[styles.textColor, {marginVertical: 10, fontWeight: "bold",}]}>{item.manufacturer}</Text>
|