04 2018 档案

摘要:该功能为支付宝中口碑的一个小功能 如图 组件代码 Component({ data: { isShow:false, suspendShow:false, }, properties: { type: { type: String }, mode: { type: Number }, isShow: 阅读全文
posted @ 2018-04-23 10:12 CreteWu 阅读(1978) 评论(0) 推荐(0)
摘要:调用wx.makePhoneCall后肯定会弹出一个询问框,此时无论是点击确认或者取消,页面都会依次触发app.js中的onHide函数和onShow函数,所以需要注意 阅读全文
posted @ 2018-04-03 11:37 CreteWu 阅读(3505) 评论(0) 推荐(0)