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'
})