摘要: <img :src="qrSrc" /> computed: { qrSrc() { if (self.qr "") return ""; let b64 = window.btoa(unescape(encodeURIComponent(self.qr))); return "data:image 阅读全文
posted @ 2021-07-05 14:34 otkur 阅读(1411) 评论(0) 推荐(0)