收藏
回答

今天发现安卓手机大量VM22:2报错?

今天发现安卓手机出现大量以下错误,在苹果手机又没有问题。。。。请问如何处理?


VM22:2 Uncaught (in promise) thirdScriptError

{"errMsg":"setKeepScreenOn:fail:has not set screen"}

Object


VM22:2 Uncaught (in promise) thirdScriptError

{"errMsg":"hideLoading:fail:toast can't be found"}

Object


VM22:2 Uncaught (in promise) thirdScriptError

{"errMsg":"hideToast:fail:toast can't be found"}

Object


回答关注问题邀请回答
收藏

2 个回答

  • Waibil Feng
    Waibil Feng
    2020-05-26

      openBluetoothAdapter() {

        let _this = this;

        return new Promise((resolve, reject) => {


          wx.openBluetoothAdapter({

            success(res) {

              _this.startBluetoothDevicesDiscovery().then(res => {

                resolve(res)

              });


            },

            fail(res) {

              wx.hideLoading();//////应该是这里会报错的。。。


              wx.showModal({

                title: '温馨提示',

                showCancel: false,

                //content: '请先打开蓝牙再进行操作'

                content: res.errMsg,

              });

              reject(res)

            }

          });

        });

      },


    2020-05-26
    有用
    回复
  • 是小白啊
    是小白啊
    2020-05-25

    麻烦提供能复现问题的代码片段https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html

    2020-05-25
    有用
    回复 9
    • Waibil Feng
      Waibil Feng
      2020-05-26
      openBluetoothAdapter() {
          let _this = this;
          return new Promise((resolve, reject) => {
            wx.openBluetoothAdapter({
              success(res) {
                _this.startBluetoothDevicesDiscovery().then(res => {
                  resolve(res)
                });
              },
              fail(res) {
                wx.hideLoading();//////应该是这里会报错的。。。
                wx.showModal({
                  title: '温馨提示',
                  showCancel: false,
                  //content: '请先打开蓝牙再进行操作'
                  content: res.errMsg,
                });
                reject(res)
              }
            });
          });
        },
      2020-05-26
      回复
    • 是小白啊
      是小白啊
      2020-05-26回复Waibil Feng
      代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)这个格式的代码
      2020-05-26
      回复
    • Waibil Feng
      Waibil Feng
      2020-05-28回复是小白啊
      您好,请查收。。
      https://developers.weixin.qq.com/s/W8kD0GmM7RhX
      2020-05-28
      回复
    • Waibil Feng
      Waibil Feng
      2020-06-10回复是小白啊
      您好,如何解决?
      2020-06-10
      回复
    • ruhai-a
      ruhai-a
      2020-06-10回复Waibil Feng
      请问目前你的那个问题,官方帮你解决了吗?
      2020-06-10
      回复
    查看更多(4)
登录 后发表内容
问题标签