在小程序中生成条形码的插件,先在*.js文件中引入,再在html页面中写入canvas元素,通过 barcode.code128(my.createCanvasContext('myCanvas'), url, 600, 200); 来渲染条形码