01 2021 档案

摘要://全局请求路径 const baseUrl = "****"; //你的接口地址 //防止多次请求 let ajaxTimes = 0; export const Http = (options)=>{ ajaxTimes++; //请求未完成 加载动画 uni.showLoading({ tit 阅读全文
posted @ 2021-01-16 19:06 概世英雄 阅读(308) 评论(0) 推荐(0)
摘要:1.设置二维码插件 (weapp-qrcode) *安装方法 cnpm install weapp-qrcode --save *使用方法 <template><canvas class="qz center" canvas-id="myQrcode"></canvas> </template> i 阅读全文
posted @ 2021-01-08 15:14 概世英雄 阅读(780) 评论(0) 推荐(0)