赞
踩
目录
3. 配图:
- <view bindtap="handleTap" class='start_container'>
- <text class='start'>开启小程序之旅</text>
- </view>
- <view catchtap="handleTap" class='start_container'>
- <text class='start'>开启小程序之旅</text>
- </view>
2. 获取: event.target.dataset.key || event.currentTarget.dataset.key
3. Event.target 和 event.currentTarget 的区别
a) Event.target 是触发事件的对象,但不一样是绑定事件的对象,如: 事件委托, 冒泡
https://developers.weixin.qq.com/miniprogram/dev/api/storage/wx.setStorage.html
https://developers.weixin.qq.com/miniprogram/dev/api/storage/wx.setStorage.html
当前最新版本微信开发者工具不需要
2. 发送 code 给服务器端
3. 服务器端发送请求携带参数(code, appSecret, appId)给微信服务器获取 openId
5. 服务器获取 openId 后进行加密返回给前端
https://developers.weixin.qq.com/miniprogram/dev/framework/subpackages.html
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。