Browse Source

yangshi

small-tupu
菅振宇 6 months ago
parent
commit
8aff8e303d
  1. 6
      gyxtp/src/view/small.vue

6
gyxtp/src/view/small.vue

@ -407,13 +407,13 @@ export default {
getColor(type){ getColor(type){
let res = "rgb(227,203,0)" let res = "rgb(227,203,0)"
if (type=="author"){ if (type=="author"){
res = "#ff8c00" res = "#67c23a"
} }
if (type=="agency"){ if (type=="agency"){
res = "rgb(64, 158, 255)" res = "#ff8c00"
} }
if (type=="keyword"){ if (type=="keyword"){
res = "#ffd602" res = "rgb(64, 158, 255)"
} }
return res return res
}, },

Loading…
Cancel
Save