随笔分类 - 小程序
摘要:小程序登录 小程序可以通过微信官方提供的登录能力方便地获取微信提供的用户身份标识,快速建立小程序内的用户体系。 登录流程时序 wx.login() 获取 临时登录凭证code ,并回传到开发者服务器 临时登录凭证 code 只能使用一次 auth.code2Session 换取 用户唯一标识 Ope
阅读全文
摘要:function throttle(fn, gapTime) { // if (gapTime == null || gapTime == undefined) { gapTime = 1500 } let _lastTime = null return function () { let _now
阅读全文
摘要:https://www.jb51.net/article/100033.htm <!--index.wxml--> <block wx:for="{{stars}}"> <image class="star-image" style="left: {{item*150}}rpx" src="{{ke
阅读全文

浙公网安备 33010602011771号