uni-app 界面交互實戰(微信小程序可用)

交互反饋 Toast 顯示消息提示框html uni.showToast({ title: '標題', // 標題 icon: 'none', // 不顯示圖標 mask: true, // 顯示透明蒙層,防止觸摸穿透 duration: 2000 }); 隱藏消息提示框web uni.hideToast(); Loading 顯示 loading 提示框, 需主動調用 uni
相關文章
相關標籤/搜索