04 2019 档案

摘要:https://www.cnblogs.com/mmzuo-798/p/10438071.html 阅读全文
posted @ 2019-04-28 21:21 James2019 阅读(1206) 评论(0) 推荐(0) 编辑
摘要:在此备注一下: number:数字键盘(无小数点)idcard:数字键盘(无小数点、有个 X 键)digit:数字键盘(有小数点) 注意:number 是无小数点的,digit 是有小数点的 . 阅读全文
posted @ 2019-04-25 16:38 James2019 阅读(6207) 评论(0) 推荐(0) 编辑
摘要:export function formatTime (fmt, date) { date = new Date(date + '+08:00') // 兼容safari var o = { 'M+': date.getMonth() + 1, 'd+': date.getDate(), 'h+': 阅读全文
posted @ 2019-04-21 17:55 James2019 阅读(3104) 评论(0) 推荐(0) 编辑
摘要:需要稳步到:https://www.cnblogs.com/ljybill/p/9804147.html . 阅读全文
posted @ 2019-04-20 12:07 James2019 阅读(401) 评论(0) 推荐(0) 编辑
摘要:代码如下: 注意:在开发和体验版无法测试版本更新需要在开发者工具里,编译时选择"模拟更新编译" 参考: https://www.jianshu.com/p/4f5e3faaf483 阅读全文
posted @ 2019-04-20 11:50 James2019 阅读(3719) 评论(0) 推荐(0) 编辑
摘要:未知元素的宽高情况下 垂直居中和水平居中 第一种 flex盒布局 (推荐) /*弹性盒模型*/ /*主轴居中对齐*/ /*侧轴居中对齐*/ .ele{ display:flex; justify-content: center; align-items: center; } /*弹性盒模型*/ /* 阅读全文
posted @ 2019-04-19 10:39 James2019 阅读(895) 评论(0) 推荐(0) 编辑
摘要:在小程序中的使用: utils文件夹下 barcode.js 粘粘以下代码 var CHAR_TILDE = 126 var CODE_FNC1 = 102 var SET_STARTA = 103 var SET_STARTB = 104 var SET_STARTC = 105 var SET_ 阅读全文
posted @ 2019-04-10 16:26 James2019 阅读(4849) 评论(0) 推荐(0) 编辑
摘要:参见: https://developers.weixin.qq.com/miniprogram/dev/api/wx.navigateBack.html?search-key=navigateBack https://blog.csdn.net/yechaoa/article/details/82 阅读全文
posted @ 2019-04-10 14:59 James2019 阅读(2532) 评论(0) 推荐(0) 编辑
摘要:https://blog.csdn.net/woqianduo/article/details/81395257 . 阅读全文
posted @ 2019-04-10 10:13 James2019 阅读(167) 评论(0) 推荐(0) 编辑
摘要:点击微信按键组件才能出授权,所以自定义样式就是必须的了,来自网友的帮助,如下图 https://www.jianshu.com/p/93d7104be420 . 阅读全文
posted @ 2019-04-09 21:12 James2019 阅读(5896) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示