收藏
回答

wx.setBackgroundFetchToken预拉去数据成功,但是获取不到?

wx.setBackgroundFetchToken({
      token'123456789',
    })

数据与拉取成功,但是wx.getBackgroundFetchData里面没有数据

    wx.getBackgroundFetchData({
      fetchType'periodic',
      success(res) {
        console.log("1=====",res.fetchedData) // 缓存数据
        console.log("2=====",res.timeStamp) // 客户端拿到缓存数据的时间戳
        console.log("3=====",res.path) // 页面路径
        console.log("4=====",res.query) // query 参数
        console.log("5=====",res.scene) // 场景值
      }
    })

fail(res){
  console.log("6===== 失败",res.errMsg)
},
报错:getBackgroundFetchData:fail getBackgroundFetchData:fail data not found

最后一次编辑于  2020-06-09
回答关注问题邀请回答
收藏

2 个回答

登录 后发表内容
问题标签