1.显示loading
window['wx'].showLoading({
title: '获取信息',
mask: true
})
2.显示浮层自动消失提示
window['wx'].showToast({
title: `已获取10点体力值`,
icon: 'none'
})
window['wx'].showLoading({
title: '获取信息',
mask: true
})
window['wx'].showToast({
title: `已获取10点体力值`,
icon: 'none'
})
本文标题:wxApi简单使用
本文链接:https://www.haomeiwen.com/subject/yokonftx.html
网友评论