这是在中间时的背景色
uni.showToast({
title: res.data.msg,
icon: 'none',
});
这是在APP内,设置为bottom后,显示的背景色
uni.showToast({
title: res.data.msg,
position: 'bottom',
icon: 'none',
mask: true,
});
更准确的说法是, 设置了position属性后,不论设置了哪个方向,都会改变背景色。有什么方法不变吗
两年半的鸡酱 (作者)
华为mate60
2024-10-30 16:25