摘要: import { ElLoading } from 'element-plus'; let loading = null; let loadingName = 'default'; let loadingStatus = false; const hideLoading = (name = 'def 阅读全文
posted @ 2022-01-13 15:00 福超 阅读(158) 评论(0) 推荐(0) 编辑
摘要: import axios, { AxiosInstance } from 'axios'; import { ElMessage, ElMessageBox } from 'element-plus'; import { MessageType } from 'element-plus/lib/el 阅读全文
posted @ 2022-01-13 14:57 福超 阅读(707) 评论(0) 推荐(0) 编辑
摘要: uniapp 表单检验 input 框输入是不会校验,尝试了各种方案,有的方案在切换登录方式时红色提示文本又没清理 废话不多,直接上代码 <template> <view class="login-phone"> <view class="login-phone-content"> <view cl 阅读全文
posted @ 2022-01-13 11:10 福超 阅读(6691) 评论(0) 推荐(1) 编辑
摘要: 先看效果: 直接上代码 let arr = [0,1,16] function setProcessStyle(arr = [1, 2, 3]) { // 待生产 // 已组模完成 // 隐蔽验收 // 已浇筑 // 已浇筑 let num1 = arr[0]; let num2 = num1 + 阅读全文
posted @ 2022-01-13 10:51 福超 阅读(39) 评论(0) 推荐(0) 编辑