做装饰画的行业网站,域名申请,wordpress博客置顶,定制职业装1.安装 npm i qrcode1.5.3 2.导入 import QRCode from qrcode 3.转换
说明#xff1a;拿到服务器传来的字符串#xff0c;转换成base64#xff0c;然后通过img标签展示。 // 字符串转成二维码
let result await this.$API.reqPayInfo(this.orderId); 总结#xff1a;1.安装 npm i qrcode1.5.3 2.导入 import QRCode from qrcode 3.转换
说明拿到服务器传来的字符串转换成base64然后通过img标签展示。 // 字符串转成二维码
let result await this.$API.reqPayInfo(this.orderId); 总结