摘要: 1、创建nativeContact.js文件 /** * nativeContact,通过Native.js调用原生API * 选择通讯录电话 */ export const nativeContact = { /** * 通讯录模块 */ contacts: { getContact: (call 阅读全文
posted @ 2022-11-03 16:15 Fly_bokeyuan 阅读(1048) 评论(0) 推荐(0) 编辑
摘要: const save = (base64) => {// #ifdef APP-PLUS const bitmap = new plus.nativeObj.Bitmap("base64"); bitmap.loadBase64Data(base64, function() { const url 阅读全文
posted @ 2022-11-03 16:09 Fly_bokeyuan 阅读(517) 评论(0) 推荐(0) 编辑