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