07 2020 档案

摘要:/** * covert canvas to image * and save the image file */ export const Canvas2Image = function () { // check if support sth. var $support = function ( 阅读全文
posted @ 2020-07-27 15:17 创业男生 阅读(898) 评论(0) 推荐(0) 编辑
摘要:原因:es6 不兼容 1. object.assign babel不会处理默认 npm install babel-plugin-transform-object-assign npm install babel-plugin-transform-object-rest-spread 2.项目第三方 阅读全文
posted @ 2020-07-21 19:39 创业男生 阅读(163) 评论(0) 推荐(1) 编辑
摘要:引入sdk <script src="https://xxxx/xxx/jweixin-1.6.0.js"></script> var ctx = window; var param = {}; ctx.__mm_getWeixinSign = function(resp){ if (resp.ec 阅读全文
posted @ 2020-07-04 16:43 创业男生 阅读(233) 评论(0) 推荐(0) 编辑