摘要: 主要用的就是uni.scanCode()这个函数, 代码如下: scan1() { let that = this; // 允许从相机和相册扫码 uni.scanCode({ success: function(res) { that.result1 = res.result; } }); }, s 阅读全文
posted @ 2021-06-30 10:22 seekHelp 阅读(3474) 评论(0) 推荐(0) 编辑