摘要:
JSON.parse(JSON.stringify(res.data)) 或者使用setTimeout延迟来拿到数据 阅读全文
摘要:
wx.showModal({ title:"取消预约", content:"请联系客服", showCancel:true, success(res){ if (res.confirm) { wx.makePhoneCall({ phoneNumber: '111122151', }) } else 阅读全文