与牧同行-小程序用户端
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 lines
427 B

6 days ago
  1. function images(status,value) {
  2. if(value<6){
  3. return status != '0' ? '/pages/assets/img/jichu.png':'/pages/assets/img/jichu1.png'
  4. }else if(value>5 && value<9){
  5. return status != '0' ? '/pages/assets/img/tese.png':'/pages/assets/img/tece1.png'
  6. }else{
  7. return status != '0' ? '/pages/assets/img/mofan.png':'/pages/assets/img/mofan1.png'
  8. }
  9. }
  10. module.exports = {
  11. }