提交 4cced3d5 编写于 作者: 杜庆泉's avatar 杜庆泉

toast 示例修改错误的条件编译语法

上级 44e23de5
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
<!-- #ifndef MP-ALIPAY --> <!-- #ifndef MP-ALIPAY -->
<button class="uni-btn-v" type="default" @tap="toast4Tap">点击弹出显示自定义图片的toast</button> <button class="uni-btn-v" type="default" @tap="toast4Tap">点击弹出显示自定义图片的toast</button>
<!-- #endif --> <!-- #endif -->
<!-- #ifdef APP-PLUS --> <!-- #ifdef APP-ANDROID -->
<button class="uni-btn-v" type="default" @tap="toast5Tap" id="btn-toast-postion-bottom">点击显示无图标的居底toast</button> <button class="uni-btn-v" type="default" @tap="toast5Tap" id="btn-toast-postion-bottom">点击显示无图标的居底toast</button>
<!-- #endif --> <!-- #endif -->
<button class="uni-btn-v" type="default" @tap="hideToast" id="btn-toast-hide">点击隐藏toast</button> <button class="uni-btn-v" type="default" @tap="hideToast" id="btn-toast-hide">点击隐藏toast</button>
...@@ -101,7 +101,7 @@ ...@@ -101,7 +101,7 @@
}, },
}) })
}, },
// #ifdef APP-PLUS // #ifdef APP-ANDROID
toast5Tap: function () { toast5Tap: function () {
uni.showToast({ uni.showToast({
title: "显示一段轻提示", title: "显示一段轻提示",
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册