Merge branch 'master' of git.picaiba.com:g7hoo/chenzhou
Este commit está contenido en:
commit
b97532e4e1
@ -38,7 +38,10 @@ const rate = computed(() => {
|
||||
// .toFixed(2)
|
||||
// .toString();
|
||||
// return [parseInt(_rate), _rate.split(".")[1]];
|
||||
return [parseInt(props.rawData.nowYield), props.rawData.nowYield.split(".")[1]];
|
||||
return [
|
||||
parseInt(props.rawData.nowYield),
|
||||
(props.rawData.nowYield + "").split(".")[1],
|
||||
];
|
||||
});
|
||||
|
||||
const chart = ref(null);
|
||||
|
Cargando…
Referencia en una nueva incidencia
Block a user