随笔分类 -  微信

摘要:countDownetCode: function (that) { var currentTime = that.data.currentTime; that.setData({ time: currentTime + '秒' }) var interval = setInterval(function () { that.se... 阅读全文
posted @ 2018-01-30 18:22 6671 阅读(528) 评论(0) 推荐(0)
摘要:wxml css js 阅读全文
posted @ 2018-01-20 10:21 6671 阅读(203) 评论(0) 推荐(0)
摘要:html css js php mysql 阅读全文
posted @ 2017-11-04 11:55 6671 阅读(297) 评论(0) 推荐(0)
摘要:1. 绑定域名 先登录微信公众平台进入“公众号设置”的“功能设置”里填写“JS接口安全域名”。 2. 获取签名包 3. 引入JS文件 在需要调用JS接口的页面引入如下JS文件,(支持https): 4.通过config接口注入权限验证配置 所有需要使用JS-SDK的页面必须先注入配置信息,否则将无法 阅读全文
posted @ 2017-08-18 14:28 6671 阅读(1082) 评论(0) 推荐(0)