uniapp onshow/onLoad 中的 showToast 不显示的问题
摘要:需求: 点击底部tab页 跳转到页面中时 弹窗提示 然后页面返回某一页 onshow/onLoad 很简单的需求 uni.showToast({ icon: 'error', title: '页面开发中...', duration: 1000, mask: true}) setTimeout(()=
阅读全文
posted @
2024-06-18 14:06
侗家小蚁哥
阅读(305)
推荐(0) 编辑
uni-app混合开发 navigateTo、reLaunch、redirectTo、switchTab区别
摘要:1.navigateTo 保留当前页面,跳转到应用内的某个页面,使用uni.navigateBack可以返回到原页面。 要注意的是navigateTo只能跳转的应用内非 tabBar 的页面的路径 , 路径后可以带参数;如果跳转url参数为tabBar的路径则无法进行跳转 2.redirectTo关
阅读全文
posted @
2024-06-18 09:17
侗家小蚁哥
阅读(342)
推荐(0) 编辑
.netCore System.Drawing.Common 发布,在CentOS 运行报错,生成图片流时。会因为不支持在liunx平台生成图片。
摘要:报错: System.PlatformNotSupportedException: System.Drawing.Common is not supported on non-Windows platforms. See https://aka.ms/systemdrawingnonwindows
阅读全文
posted @
2024-06-04 14:37
侗家小蚁哥
阅读(71)
推荐(0) 编辑