摘要:
//模态框 function showModal(title, content, confirm, cancel) { wx.showModal({ title: title, content: content, showCancel: true, success(res) { if (res.co 阅读全文
摘要:
wx.showToast({ title: "修改成功", icon: "success", mask: true, duration: 1000, success: function () { setTimeout(() => { wx.navigateBack(); }, 1000); } }) 阅读全文
摘要:
/** * 参数1: 要截取的字符串 * 参数2: 开始截取的index * 参数3: 结束截取的index */ var sub = function (val, start, end) { if (val == undefined || val == '' || val == null) { r 阅读全文
摘要:
/** * weapp.qrcode.js v1.1.5 */ var hasOwn=Object.prototype.hasOwnProperty,toStr=Object.prototype.toString,defineProperty=Object.defineProperty,gOPD=O 阅读全文
摘要:
公网白名单【1】微信开发者文档:https://developers.weixin.qq.com/ 【1】https://weui.io/【2】配色站点:https://mycolor.space/?hex=%23845EC2&sub=1https://webgradients.com/https: 阅读全文