How fix warning “Expected to return a value in arrow function array-callback-return”

后端 未结 0 1791
悲哀的现实
悲哀的现实 2021-01-27 08:22

This is my code

  form.listPrice.map(list => {
    if (list.id === listId) {
      form.active = true
      listPrice = parseInt(list.price)
      if (list.off         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题