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