杠杆炒股赚2亿-炒股杠杆平台排名出炉了-【东方资本】,股票赔钱怎么调整心态,一窍不通怎么考驾照,股票开户流程及步骤

微信小程序 this.setData is not a function

善微科技 2023 04月12日 發(fā)布

在一般的函數(shù)中:


  bindFaChange1: function (e) {

    console.log('picker發(fā)送選擇改變,攜帶值為', e.detail.value)

    this.setData({

      index1: e.detail.value

    })

  }

this.setData是正確的。


但當(dāng)在函數(shù)中有個請求(wx.request)時:



formSubmit: function (e) {

    wx.request({

      method: 'POST',

      header: header,

      url: url,

      dataType: 'json',

     success: function (res) {

           this.setData({

              data1: true

            })

      }

    })

}    


這樣會報錯誤:this.setData is not a function.


解決方法就是 :在請求(wx.request)外面添加:var that=this;將success中的


           this.setData({

              data1: true

            })

改為:


           that.setData({

              data1: true

            })


如沒特殊注明,文章均為善微網(wǎng)絡(luò)原創(chuàng),轉(zhuǎn)載請注明來自http://www.maxqe.com/news/948.html
相關(guān)標(biāo)簽
相關(guān)新聞

網(wǎng)站被黑應(yīng)該怎么做 — 網(wǎng)站被黑操作指南

...

日期:2023-04-12 瀏覽次數(shù):2672

網(wǎng)站被黑常見問題解析

...

日期:2023-04-12 瀏覽次數(shù):1824

網(wǎng)站https前安全鎖有感嘆號的解決方法

...

日期:2023-04-12 瀏覽次數(shù):2316

微信小程序 this.setData is not a function

...

日期:2023-04-12 瀏覽次數(shù):2642

百度主機服務(wù)器網(wǎng)站備案流程

...

日期:2023-03-30 瀏覽次數(shù):2614