m-toast-aj
Version:
wap toast component
27 lines (24 loc) • 488 B
HTML
<html lang="en">
<head>
<title></title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<script src="./flexible.js?750&100&1"></script>
</head>
<body>
<div>
测试
</div>
</body>
<script src="./index.min.js"></script>
<script>
new aj.toast({
type: 'loading',
autoClose: false,
msg: '加载中...'
})
// aj.toast.loading('加载中...')
// aj.toast.message('操作成功')
</script>
</html>