上一页 1 ··· 19 20 21 22 23 24 25 26 27 ··· 49 下一页
摘要: 场景值在app.js中判断 //场景值判断 sceneInfo: function(s) { var scene = []; switch (s) { case 1001: scene.push(s, "发现栏小程序主入口"); break; case 1005: scene.push(s, "顶部 阅读全文
posted @ 2020-08-20 09:50 样子2018 阅读(1294) 评论(0) 推荐(0) 编辑
摘要: 需要通过调用 wx.showShareMenu 并且设置 withShareTicket 为 true。这一项必须设置,这样当用户将小程序分享到任一群聊之后,才可以获取到此次分享的 shareTicket。 onLoad: function (options) { wx.showShareMenu( 阅读全文
posted @ 2020-08-19 09:34 样子2018 阅读(454) 评论(0) 推荐(0) 编辑
摘要: weui开发的移动端聊天室,采用html5+css3+jquery+websocket+weui等技术混合架构开发,实现了交谈功能。 更新 2020-08-15 基础版完成 待更新 发送表情 发送语音 源码地址:https://github.com/yangsphp/chatroom-master 阅读全文
posted @ 2020-08-15 15:35 样子2018 阅读(328) 评论(0) 推荐(0) 编辑
摘要: 一、代码 class ZipFolder { private $zip = null; private $root_path = null; public function __construct() { $this->zip = new ZipArchive(); } /** * 开始压缩文件 * 阅读全文
posted @ 2020-08-15 15:23 样子2018 阅读(350) 评论(0) 推荐(0) 编辑
摘要: 文档:https://www.kancloud.cn/wangfupeng/wangeditor3/332599 下载:https://github.com/wangfupeng1988/wangEditor/releases 一、效果图 二、代码示例 <div id="editorContaine 阅读全文
posted @ 2020-08-08 11:09 样子2018 阅读(2659) 评论(0) 推荐(0) 编辑
摘要: 应用地址:https://s.w7.cc/module-26018.html 阅读全文
posted @ 2020-08-08 10:55 样子2018 阅读(119) 评论(0) 推荐(0) 编辑
摘要: 应用地址:https://s.w7.cc/module-26455.html 阅读全文
posted @ 2020-08-08 09:24 样子2018 阅读(172) 评论(0) 推荐(0) 编辑
摘要: ::-webkit-input-placeholder { color: #999 !important; } ::-moz-placeholder { color: #999 !important; } :-ms-input-placeholder { color: #999 !important 阅读全文
posted @ 2020-07-27 12:59 样子2018 阅读(534) 评论(0) 推荐(0) 编辑
摘要: 官网:https://www.dingxiang-inc.com/business/captcha 开发文档:https://www.dingxiang-inc.com/docs/detail/captcha#doc-h3-31 DEMO:https://cdn.dingxiang-inc.com/ 阅读全文
posted @ 2020-07-17 10:30 样子2018 阅读(593) 评论(0) 推荐(0) 编辑
摘要: 一、session_key管理 调用wx.login()获取code,服务端根据这个code和appid和appsecret获取SessionKey。 把SessionKey保存到服务器上,一般是不在网络传输,建立自己的SesstionID和生成的SessionKey的对应关系。 然后把生成的Ses 阅读全文
posted @ 2020-07-14 10:48 样子2018 阅读(2350) 评论(0) 推荐(0) 编辑
上一页 1 ··· 19 20 21 22 23 24 25 26 27 ··· 49 下一页