摘要:
你好,我叫陈家乐。今年24,面试web前端工作,我的掌握的技术站主要是,js,jquery,vue ,小程序,uniapp,包括ui框架elementui,layui,等,我有一年工作经历和半年实习经历,工作的项目包括后台管理系统,千艺小程序和云汇uniapp,官网等,实习主要是官网,和h5,熟悉前 阅读全文
摘要:
radio .wx-radio-input{ border-radius: 50%; width: 24rpx; height: 24rpx; position: relative; top: -4rpx } 阅读全文
摘要:
data-val=“” $("").data("val") 阅读全文
摘要:
新建一个公共样式文件,并加上类名 阅读全文
摘要:
vue 打包路径 cli3module.exports = { lintOnSave: false, baseUrl:'./'}vue 跨域问题解决方法:vue.config.js配置 // outputDir: 在npm run build 或 yarn build 时 ,生成文件的目录名称(要和 阅读全文
摘要:
:class v-bind:style=【{}】 阅读全文
摘要:
for (let i = 0; i <= this.etc.length - 1; i++) { for (let j = 0; j <= this.dayArr.length - 1; j++) { if (this.etc[i].beginTime == this.dayArr[j].date) 阅读全文
摘要:
post 传数组用json.string转字符串 事件对象用¥event 删除刷新:uni.navgateto({ url:本页面地址) 用方法存数据请求然后渲染,删除后直接调用方法就行,登录刷新onShow() 阅读全文
摘要:
https://www.jianshu.com/p/8c3698926e9e 详细教材 阅读全文