1.需要自定义 <u-popup:show="show"@update:show="customLogic"/> 2.不需要 <u-popup:show.sync="show"/>
icon toast图标(loading | success | fail) shade 是否显示遮罩层 shadeClose 是否点击遮罩时关闭弹窗 opacity 遮罩层透明度 round 是否显示圆角 xclose 是否显示关闭图标 xposition 关闭图标位置(left | right | top | bottom) xcolor 关闭图标颜色 anim 弹窗动画(scaleIn | fadeIn | footer | fadeInUp | fade...
直接使用Laya.Dialog.manager.maskLayer.removeself()进行遮罩层的移除,如图1所示。 如果自己调用close方法,则需要改变close中的第二个showEffect的布尔值设为false,否则将没有进行close()方法中的判断效果,会造成关闭无效,或第二次启用无效的问题,如图2所示。 解决方法:...
带遮罩层 PopupWindow 1. 效果图 2. 代码 privatevoidshowPop(Viewview) { TextViewtextView=newTextView(this); textView.setLineSpacing(QMUIDisplayHelper.dp2px(this,4),1.0f); intpadding=QMUIDisplayHelper.dp2px(this,20); textView.setPadding(padding,padding,padding,padding); textView.setText("通过...