收藏
回答

showToast配合使用hideToast,出现hideLoading:fail:toast?

 wx.showToast({

            title: 'xxxx1',

            icon: 'success',

            duration: 2000,

            mask: true,

            success: function () {

              console.log("==xxxx1toastsuccess==");

              setTimeout(function () {

                wx.hideToast({

                  success: (res) => {

                    console.log("==xxxx2hideToastsuccess==");

                    setTimeout(function () {

                      wx.redirectTo({

                        url: '../xcxccccccc/xcxccccccc',

                      })

                    }, 1500)

                  },

                  fail:function(e){

                    console.log("==xxxx2hideToastfail==");

                  }

                })

              }, 1500)




            },

            fail:function(){

              console.log("==xxxx1toastfail==");

            }

          })
进入的是xxxx2hideToastfail?设置了延时的,请各位大佬帮助


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