加载圈
wx.showLoading({
title: '正在加载',
})
//加载结束掉
wx.hideLoading({
complete: (res) => {
console.log("加载结束监听");
},
})
//默认弹窗提示
wx.showToast({
title: '天气获取成功',
})
加载圈
wx.showLoading({
title: '正在加载',
})
//加载结束掉
wx.hideLoading({
complete: (res) => {
console.log("加载结束监听");
},
})
//默认弹窗提示
wx.showToast({
title: '天气获取成功',
})
本文标题:微信加载圈,Toast
本文链接:https://www.haomeiwen.com/subject/dlvhxktx.html
网友评论