01 2024 档案

摘要:// 父组件为缓存页面,分步 组件使用 v-show created,activated 执行情况 created () { // this.getData() // 每次进入页面都执行 (前提 不是第一步展示,如果是第一步未验证) console.log('初次刷新数据0 ') }, activa 阅读全文
posted @ 2024-01-25 11:56 ThisCall 阅读(60) 评论(0) 推荐(0)
摘要:云盘 我的资源 软件 阅读全文
posted @ 2024-01-24 15:07 ThisCall 阅读(7) 评论(0) 推荐(0)
摘要:已经全局引入 import Vant from 'vant'; 正确写法:不需要再次引入 Toast this.$toast.loading({ duration: 0, forbidClick: true, // mask: true,//是否展示遮罩 message: "加载中...", }); 阅读全文
posted @ 2024-01-24 10:45 ThisCall 阅读(333) 评论(0) 推荐(0)
摘要:回滚本地然后上传 阅读全文
posted @ 2024-01-17 17:06 ThisCall 阅读(56) 评论(0) 推荐(0)
摘要:<van-dialog v-model="showDialog" showDialog 明明变成false了,跳路由返回后还是弹最后加个v-if解决问题 <van-dialog v-model="showDialog" v-if="showDialog" 阅读全文
posted @ 2024-01-17 09:28 ThisCall 阅读(24) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2024-01-11 10:10 ThisCall 阅读(7) 评论(0) 推荐(0)
摘要:/* 数据量大与遮罩交互冲突优化 */ .v-modal.v-modal-leave{ display: none; } 阅读全文
posted @ 2024-01-11 09:13 ThisCall 阅读(159) 评论(0) 推荐(0)
摘要:.el-table__fixed::before, .el-table__fixed-right::before{ background-color: transparent !important; } 阅读全文
posted @ 2024-01-11 09:12 ThisCall 阅读(97) 评论(0) 推荐(0)