问题模块 框架类型 问题类型 操作系统版本 手机型号 微信版本
客户端 微信小程序 Bug android 8.1.0 oneplus 5t 6.7.3
scollTolowerFun:function(){
wx.showToast({
title: 'showToast',
icon: 'success',
duration: 2000
})
wx.hideLoading();
}
代码片段
wx.showToast({title: 'showToast',icon: 'success',duration: 2000});wx.hideLoading();
微信小程序开发问题解答
微信小程序开发者回答:
这个问题参考一下文档说明哈:https://developers.weixin.qq.com/miniprogram/dev/api/ui/interaction/wx.showLoading.html
微信小程序开发者回答:
这个问题早就存在了。现在解决的问题是要么是手写提示框,要么用wx.showNavigationBarLoading和wx.hideNavigationBarLoading
本文网址:http://www.91bianli.com/weixinxiaochengxu/36430.html