WeChat Mini Programs put the obtained values into the array, but the resulting array did not get the values and did not know how to ask for advice.

I got value, but push it into the history array. There is no value in history

  searchinto(e) {
    // console.log(e)
    const value = this.data.search.content;
    const history = this.data.history;
    console.log(value);
    history.push[value];
    console.log(history);
    this.setData({
      history
    })
  },

clipboard.png

Mar.14,2021

  

I read it wrong. I already know

MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-7c2a20-2a9e2.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-7c2a20-2a9e2.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?