2024年8月5日

摘要: //模态框 function showModal(title, content, confirm, cancel) { wx.showModal({ title: title, content: content, showCancel: true, success(res) { if (res.co 阅读全文
posted @ 2024-08-05 11:45 海阔天空123 阅读(7) 评论(0) 推荐(0) 编辑

2024年8月4日

摘要: wx.showToast({ title: "修改成功", icon: "success", mask: true, duration: 1000, success: function () { setTimeout(() => { wx.navigateBack(); }, 1000); } }) 阅读全文
posted @ 2024-08-04 16:09 海阔天空123 阅读(63) 评论(0) 推荐(0) 编辑
摘要: /** * 参数1: 要截取的字符串 * 参数2: 开始截取的index * 参数3: 结束截取的index */ var sub = function (val, start, end) { if (val == undefined || val == '' || val == null) { r 阅读全文
posted @ 2024-08-04 16:05 海阔天空123 阅读(7) 评论(0) 推荐(0) 编辑

2024年8月3日

摘要: /** * weapp.qrcode.js v1.1.5 */ var hasOwn=Object.prototype.hasOwnProperty,toStr=Object.prototype.toString,defineProperty=Object.defineProperty,gOPD=O 阅读全文
posted @ 2024-08-03 17:28 海阔天空123 阅读(28) 评论(0) 推荐(0) 编辑

2024年8月2日

摘要: 公网白名单【1】微信开发者文档:https://developers.weixin.qq.com/ 【1】https://weui.io/【2】配色站点:https://mycolor.space/?hex=%23845EC2&sub=1https://webgradients.com/https: 阅读全文
posted @ 2024-08-02 17:10 海阔天空123 阅读(11) 评论(0) 推荐(0) 编辑

2024年8月1日

摘要: const ui = require('./ui'); const BASE_URL = 'http://119.23.227.211:8011' /** * 网络请求request * obj.data 请求接口需要传递的数据 * obj.showLoading 控制是否显示加载Loading 默 阅读全文
posted @ 2024-08-01 16:01 海阔天空123 阅读(3) 评论(0) 推荐(0) 编辑

导航