小程序:toast显示多个字

小程序toast不显示icon,只显示多个汉字,参数配置如下

            wx.showToast({
              title: res1.data.resMsg+"请到购物车中查看!",
              icon: 'none',
              duration: 2000,
            });
            setTimeout(function(){
              wx.switchTab({
                url: '../../../pages/cart/cart'
              });
            },2000)

你可能感兴趣的:(公众号/小程序)