摘要:
getSystemInfoSync 获取用户设备的相关信息 示例代码: 使用位置:在 JS文件的任意函数中使用 const res = wx.getSystemInfoSync(); console.log(res); console.log(res.model); // 设备机型 console. 阅读全文
摘要:
base64ToArrayBuffer 将 base64 的字符串转化为 ArrayBuffer 对象 示例代码: 使用位置:在 JS文件的任意函数中使用 const base64 = 'CxYh'; console.log(wx.base64ToArrayBuffer(base64)) 阅读全文
摘要:
1、在 core/mobile 中添加对应的文件夹和文件 2、访问的路由 : 举个栗子: 当访问链接为: https://getcharzp.cn/app/index.php?i=2&c=entry&m=ewei_shopv2&do=mobile&r=member.esp 的时候, 对应的控制器为 阅读全文