Loading

摘要: JSON.parse(JSON.stringify(res.data)) 或者使用setTimeout延迟来拿到数据 阅读全文
posted @ 2022-08-01 09:38 雾气^^ 阅读(20) 评论(0) 推荐(0) 编辑
摘要: wx.showModal({ title:"取消预约", content:"请联系客服", showCancel:true, success(res){ if (res.confirm) { wx.makePhoneCall({ phoneNumber: '111122151', }) } else 阅读全文
posted @ 2022-08-01 09:37 雾气^^ 阅读(234) 评论(0) 推荐(0) 编辑
摘要: https://developers.weixin.qq.com/community/develop/article/doc/00068a6ce50718e82f1c1d75650013 上方调用地图虽然好用好看但是会出现bug,比如回显的数据无法被清除修改,所以我改用为wx.chooseLocat 阅读全文
posted @ 2022-07-29 17:14 雾气^^ 阅读(389) 评论(0) 推荐(0) 编辑