消息列表优化
This commit is contained in:
@@ -45,10 +45,10 @@ export default {
|
||||
str = '/static/device_bad.png'
|
||||
break
|
||||
case 2:
|
||||
str = '/static/device.png'
|
||||
str = '/static/device_success.png'
|
||||
break
|
||||
default:
|
||||
str = '/static/device.png'
|
||||
str = '/static/device_success.png'
|
||||
break
|
||||
}
|
||||
return str
|
||||
|
||||
Reference in New Issue
Block a user