.masker-toast{
position: fixed;
width: auto;
max-width: 710rpx;
height: 80rpx;
line-height: 80rpx;
padding: 0 20rpx;
bottom: 120rpx;
left: 50%;
transform: translateX(-50%);
background: rgba(0, 0, 0, .6);
z-index: 9999;
color: #fff;
border-radius: 10rpx;
}
<view class='masker-toast' wx:if="{{showToast}}">{{toastMsg}}</view>
请问这个有解决吗
wechatide://minicode/l1WF5imX6pZs @ 小辣椒 官方
你好,请具体描述问题出现的流程,并提供能复现问题的简单代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)。