摘要:
function formatDate(date) { /** * 格式化日期 * @param {Date|String} date 日期或日期字符串 */ function _isString(val) { return Object.prototype.toString.call(val) ' 阅读全文
摘要:
https://github.com/ZeroShiro/timeClick 阅读全文
摘要:
import Axios from "axios"; import Vue from "vue"; let exprotUtils = { exportX2(url, fromData, fileName, method = "POST", HOST = "") { let hostUrl = '默 阅读全文
摘要:
import E from 'wangeditor'; import Vue from 'vue'; const { $, BtnMenu, DropListMenu, PanelMenu, DropList, Panel, Tooltip } = E; export class AlertMenu 阅读全文
摘要:
/** * * @param {num} 格式化数数字保留2位 * @param {max} 最大值 * @param {min} 最小值 * @param {isFen} 最大值是否是分单位 * @param {returnMax} 超过最大值返回值 * @return {*num} */ fun 阅读全文
摘要:
https://github.com/ZeroShiro/mys_lazyImg 阅读全文
摘要:
let videoAd = null; let adVideoUtils = { /** * @param {String} adUnitId 小程序广告视频id * videoAdInit 初始化广告 */ videoAdInit(adUnitId) { if (videoAd) { videoA 阅读全文
摘要:
https://ext.dcloud.net.cn/plugin?id=2435 阅读全文
摘要:
/* * JavaScript MD5 * https://github.com/blueimp/JavaScript-MD5 * * Copyright 2011, Sebastian Tschan * https://blueimp.net * * Licensed under the MIT 阅读全文
摘要:
H5支付文档 https://pay.weixin.qq.com/wiki/doc/api/H5.php?chapter=9_20&index=1 1.发送请求所需要的参数 /* 微信后台 设置的key 怎么拿到key https://jingyan.baidu.com/article/c14654 阅读全文