uniapp兼容多端自定义模态弹框组件UAPopup ua-popup 一款轻量级的uniapp自定义弹窗组件。汇集了android、ios和微信弹窗效果(msg消息、alert提示框、dialog对话框、actionsheet底部动作框、toast轻提示、长按定位菜单)等功能。 如下图:H5+Ap ...
                            
                            
                                分类:
微信   时间:
2021-07-12 17:47:23   
                                阅读次数:
0
                             
                         
                    
                        
                            
                            
                                
                    新做uni项目,记录一下常用的方法 官方参考文档:https://uniapp.dcloud.io/api/ui/prompt?id=showtoast 1:成功提示 提交表单的时候,如果提交成功 uni.showToast({ title: '提交成功', duration: 2000 }); 2 ...
                            
                            
                                分类:
移动开发   时间:
2021-06-30 18:20:12   
                                阅读次数:
0
                             
                         
                    
                        
                            
                            
                                
                      ...
                            
                            
                                分类:
编程语言   时间:
2021-06-02 19:46:59   
                                阅读次数:
0
                             
                         
                    
                        
                            
                            
                                
                    C#语法基础04_Debug.Assert 仅当为false时,跳出信息提示框,或将显示简化提醒信息和提醒消息 // 存在重载 Debug.Assert(<bool>); Debug.Assert(<bool>,"simplified string"); Debug.Assert(<bool>,"s ...
                            
                            
                         
                    
                        
                            
                            
                                
                    /** * 提示框 * @param content 必须,提示内容 * @param title 默认为“提示”,可不传 * @param onClose 关闭提示框后执行的函数function,可不传 */ cpic.alert=function(content, title, onClose) ...
                            
                            
                                分类:
Web程序   时间:
2021-03-05 12:59:40   
                                阅读次数:
0
                             
                         
                    
                        
                            
                            
                                
                    1、实现弹出如下样式的提示框: 2、实现弹出的字符串内容通过exe参数传进去,例如: #include <Windows.h> #include <tchar.h> int WINAPI _tWinMain(HINSTANCE hInstance, HINSTANCE hPreInstance, L ...
                            
                            
                         
                    
                        
                            
                            
                                
                    AlterDialog:确认取消警告提示框 public void showAlertDialog(View view){ AlertDialog.Builder dialog = new AlertDialog.Builder(MainActivity.this); dialog.setTitle ...
                            
                            
                                分类:
移动开发   时间:
2021-01-08 11:26:55   
                                阅读次数:
0
                             
                         
                    
                        
                            
                            
                                echarts3地图提示框可以在页面加载完显示吗? https://echarts.apache.org/zh/api.html#action.tooltip.showTip 如图,使用action.tooltip.showTip显示提示框 配合on finished ,动画渲染完成后触发 var  ...
                            
                            
                                分类:
其他好文   时间:
2021-01-01 12:55:41   
                                阅读次数:
0
                             
                         
                    
                        
                            
                            
                                jQuery封装 css .myToast,.myToast{ position: fixed; top:50%; left:50%; z-index: 1000; color:#fff; text-align: center; border-radius: 0.2rem;; transform:t ...
                            
                            
                                分类:
其他好文   时间:
2020-12-29 11:23:54   
                                阅读次数:
0