随笔分类 -  微信

摘要:一 通过实例来认识 (一) 给出代码 我们直接通过一个实例来引入我们想要讲解的内容: <input type="text" bindinput="handleInput" /> <button bindtap="handletap" data-operation="{{1}}">+</button> 阅读全文
posted @ 2020-09-03 11:05 柠檬IT 阅读(990) 评论(0) 推荐(0)
摘要:1、wxml代码: //搜索框 <input type='text' confirm-type='search' bindinput='input1' bindconfirm='confirm1' style='border:1px solid #f00'/> <view wx:for="{{hos 阅读全文
posted @ 2020-08-09 22:32 柠檬IT 阅读(5596) 评论(0) 推荐(0)
摘要:通过关注微信好友 function WeiXinAddContact(wxid, cb) { if (typeof WeixinJSBridge == 'undefined') return false; WeixinJSBridge.invoke('addContact', { webtype: 阅读全文
posted @ 2020-08-04 23:20 柠檬IT 阅读(1304) 评论(0) 推荐(0)