Browse Source

修改

master
liaoxinyu 2 years ago
parent
commit
9f1a6947b4
  1. BIN
      src/favicon.ico
  2. 6
      src/views/exchange/symbols.vue
  3. BIN
      static/favicon.ico

BIN
src/favicon.ico

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.2 KiB

After

Width:  |  Height:  |  Size: 4.2 KiB

6
src/views/exchange/symbols.vue

@ -210,10 +210,10 @@ export default {
.catch((err) => {});
},
increaseStrColor(item){
if (item && item.increaseStr && item.increaseStr.startsWith('-')) {
return 'red'
if (item && item.increaseStr && item.increaseStr.indexOf('-') === 0) {
return 'red';
} else {
return 'green'
return 'green';
}
}
},

BIN
static/favicon.ico

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.2 KiB

After

Width:  |  Height:  |  Size: 4.2 KiB

Loading…
Cancel
Save