上一页 1 ··· 4 5 6 7 8 9 10 下一页
摘要: 爷孙组件之间的传值 阅读全文
posted @ 2020-10-22 19:47 沁猿春 阅读(2200) 评论(0) 推荐(0) 编辑
摘要: this.$refs 找不到出现 undefined 问题 阅读全文
posted @ 2020-10-22 17:50 沁猿春 阅读(4390) 评论(1) 推荐(0) 编辑
摘要: 圆形进度条的实现,来自csdn,但是忘记具体网址了,作者如若看到,麻烦留言给我,谢谢 阅读全文
posted @ 2020-10-09 19:17 沁猿春 阅读(229) 评论(0) 推荐(0) 编辑
摘要: 最基本的方法就是,在打包的时候给每个打包文件加上hash 值,一般是在文件后面加上时间戳 阅读全文
posted @ 2020-10-09 19:05 沁猿春 阅读(7383) 评论(0) 推荐(0) 编辑
摘要: 控制小数的四舍五入,以及不足小数位数时,是否自动补零 阅读全文
posted @ 2020-07-28 22:42 沁猿春 阅读(558) 评论(0) 推荐(0) 编辑
摘要: 身份证前四后三脱敏、判断身份证是否成年、检验身份证是否合法 阅读全文
posted @ 2020-07-26 22:13 沁猿春 阅读(418) 评论(0) 推荐(0) 编辑
摘要: /** * @description: 对利率添加百分号 * @param {type} {1.2300000,4} * @return: 1.2300% */ function rateFormatter(param, num) { // 过滤掉% // 统一转化为字符串并去掉左右空格 为了避免异 阅读全文
posted @ 2020-07-25 22:11 沁猿春 阅读(385) 评论(0) 推荐(0) 编辑
摘要: /** * @desc 金额转换成大写 * @param {Number} n 需要转换成大写的金额 * @return {String} 转换后的大写中文金额 * @example convertIntegerToChineseCash('123') =>'壹百贰拾叁元整' */ function 阅读全文
posted @ 2020-07-25 21:59 沁猿春 阅读(322) 评论(0) 推荐(0) 编辑
摘要: /* 引用方式 *<scroll :pullDown="true" :pullUpLoad="pullUpLoad" :list="transactionList" @pullingUp="pullingUp" @pullingDown="pullingDown" v-if="transaction 阅读全文
posted @ 2020-07-25 21:38 沁猿春 阅读(523) 评论(0) 推荐(0) 编辑
摘要: /* 解决 ios 1px 显示略粗的问题 */ .border-around, .border-top, .border-right, .border-bottom, .border-left { position: relative; } /* 上边框 */ .border-top:before 阅读全文
posted @ 2020-07-25 21:15 沁猿春 阅读(678) 评论(0) 推荐(0) 编辑
上一页 1 ··· 4 5 6 7 8 9 10 下一页