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){
let res = "rgb(227,203,0)"
if (type=="author"){
res = "#ff8c00"
res = "#67c23a"
}
if (type=="agency"){
res = "rgb(64, 158, 255)"
res = "#ff8c00"
}
if (type=="keyword"){
res = "#ffd602"
res = "rgb(64, 158, 255)"
}
return res
},

Loading…
Cancel
Save