zhangershi

导航

 

2023年7月4日

摘要: let xhr = new XMLHttpRequest(); // 先 new 一个 xhr.open("POST", "https://chunyuanqing.cn/adminapi/order/batchdelivery/import"); //请求的类型 请求的地址 xhr.setRequ 阅读全文
posted @ 2023-07-04 12:00 张二十 阅读(23) 评论(0) 推荐(0) 编辑
 

2023年7月3日

摘要: <input type="file" @change="aas" name="" id=""> aas(e){ // console.log(e.target.files) // let a = new FormData let file = e.target.files[0] let reader 阅读全文
posted @ 2023-07-03 16:33 张二十 阅读(6) 评论(0) 推荐(0) 编辑
 

2023年7月1日

摘要: uni.app上传图片 可以使用uni.app里面的api // uni.chooseImage({ // success: (chooseImageRes) => { // const tempFilePaths = chooseImageRes.tempFilePaths; // uni.upl 阅读全文
posted @ 2023-07-01 15:03 张二十 阅读(543) 评论(0) 推荐(0) 编辑
 
摘要: 上传视频可以使用uni.app里面的api let self = this; uni.chooseVideo({ count: 1, sourceType: ['camera', 'album'], success: function(res) { console.log(res) self.sho 阅读全文
posted @ 2023-07-01 15:02 张二十 阅读(54) 评论(0) 推荐(0) 编辑
 
摘要: 可以在manifest.json来进行配置 这样就解决了 阅读全文
posted @ 2023-07-01 15:02 张二十 阅读(179) 评论(0) 推荐(0) 编辑
 
摘要: 根据后端的api请求导出 阅读全文
posted @ 2023-07-01 15:02 张二十 阅读(14) 评论(0) 推荐(0) 编辑
 
摘要: 干吧家人们 可以根据后端返回的接口里面的地址直接把他下载下来 可以使用 let link = document.createElement('a'); let objectUrl = res.data.path; //重要重要的是这个 这个是后端返回回来的地址 link.setAttribute(" 阅读全文
posted @ 2023-07-01 15:02 张二十 阅读(39) 评论(0) 推荐(0) 编辑
 
摘要: 用 Android 基座 可以正常使用 真机调试也可以用 就是打包的时候 打包完毕 弹出地图 之后 搜索 一直转圈 地图 列表 没有 东西 也是一直转圈 里面有好多踩坑点 太狗了 要打包的 包名 和 dcloud 里面的包名 和如果 用高德地图 里面的 packagename 三个要一致 uni.a 阅读全文
posted @ 2023-07-01 15:02 张二十 阅读(2627) 评论(0) 推荐(0) 编辑
 
摘要: 话不多说 肝着 肝了 三天三夜 才搞明白 下面是经过压缩压缩 再压缩 减少减少再减少 的代码 简易 易懂 移动端 根据后端返回 的地址 使用 pdf 打开浏览 下载 可以使用 插件 把这个插件 直接 拉到 与 pages 同级目录下面就好了 插件 地址 https://toscode.gitee.c 阅读全文
posted @ 2023-07-01 15:01 张二十 阅读(119) 评论(0) 推荐(0) 编辑
 
摘要: 下载word 主要是要 uni.app里面 的 api 下图 有所有教程 阅读全文
posted @ 2023-07-01 15:01 张二十 阅读(229) 评论(0) 推荐(0) 编辑