摘要:
js Page({ data: { canvasName: 'handWriting', ctx: '', canvasWidth: 0, canvasHeight: 0, transparent: 1, // 透明度 selectColor: 'black', lineColor: '#000', 阅读全文
摘要:
封装until.js // 获取小程序以及设备信息 function get(success, fail=undefined) { // 设备信息 const info = { // 系统设备信息原对象 info: {}, // 是否为iOS isIOS: false, // 是否为iphoneX 阅读全文