收藏
回答

wx.getBackgroundFetchData获取不到数据? 预拉取是成功的

wx.setBackgroundFetchToken({
      token'123456789',
      success(res) {
        console.log("====预拉取成功",res) // 缓存数据
      },
      fail(res){
        console.log("66=====失败")
      }
    })
    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=====失败")
      }
    })

wx.getBackgroundFetchData获取不到数据咋回事

回答关注问题邀请回答
收藏
登录 后发表内容
问题标签