2020年7月6日

物理回退/回退

摘要: import { Dialog } from 'vant'; Vue.use(Dialog); //物理回退backButton () { // 有选择的增加这个提示语 Dialog.confirm({ message: '是否放弃新建类目 ' }).then(() => { this.$route 阅读全文

posted @ 2020-07-06 11:07 艾小码 阅读(183) 评论(0) 推荐(0) 编辑

vant 遮道层使用

摘要: import { Overlay } from 'vant';Vue.use(Overlay);在data 里面 overlayShow :false , //遮道层不显示 save(){ if (this.itemName == "" || this.itemName.match(/^\s*$/) 阅读全文

posted @ 2020-07-06 10:40 艾小码 阅读(600) 评论(0) 推荐(0) 编辑

导航