提交 121de3aa 编写于 作者: 杜庆泉's avatar 杜庆泉

移除 toast示例 系统弹窗 top/center 的示例

上级 6c73fa89
......@@ -11,8 +11,6 @@
<button class="uni-btn-v" type="default" @tap="toast4Tap">点击弹出显示自定义图片的toast</button>
<!-- #endif -->
<!-- #ifdef APP-PLUS -->
<button class="uni-btn-v" type="default" @tap="toast5TapTop">点击显示无图标的居顶toast</button>
<button class="uni-btn-v" type="default" @tap="toast5TapCenter">点击显示无图标的居中toast</button>
<button class="uni-btn-v" type="default" @tap="toast5Tap">点击显示无图标的居底toast</button>
<!-- #endif -->
<button class="uni-btn-v" type="default" @tap="hideToast">点击隐藏toast</button>
......@@ -91,30 +89,6 @@
})
},
// #ifdef APP-PLUS
toast5TapTop: function () {
uni.showToast({
title: "显示一段轻提示",
position: 'top',
success: (res) => {
this.exeRet = "success:" + JSON.stringify(res) + new Date()
},
fail: (res) => {
this.exeRet = "fail:" + JSON.stringify(res)
},
})
},
toast5TapCenter: function () {
uni.showToast({
title: "显示一段轻提示",
position: 'center',
success: (res) => {
this.exeRet = "success:" + JSON.stringify(res) + new Date()
},
fail: (res) => {
this.exeRet = "fail:" + JSON.stringify(res)
},
})
},
toast5Tap: function () {
uni.showToast({
title: "显示一段轻提示",
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册