前言: 微信小程序swiper组件:https://developers.weixin.qq.com/miniprogram/dev/component/swiper.html 由于小程序原生的swiper并不尽人意,往往需要开发者自己修改swiper。 先上效果 ...
在学习小程序的demo中看到一个挺漂亮的登录页面样式 先保存下来,后面有需要的时候用... 主要代码 login.wxml: login.wxss: login.js处理input事件 最终效果如下: ...
2020-09-09 16:18 0 1312 推荐指数:
前言: 微信小程序swiper组件:https://developers.weixin.qq.com/miniprogram/dev/component/swiper.html 由于小程序原生的swiper并不尽人意,往往需要开发者自己修改swiper。 先上效果 ...
整体流程如下: - 1.获取code - 2.用步骤1获取到的临时code换取用户唯一标识OpenId和会话密钥 session_key - 3.获取用户手机号,进行登录 请求地址:GET https://api.weixin.qq.com/sns/jscode2session?appid ...
第一:分别安装: npm i sass-loader -D npm i node-sass -D 第二: 改造style标签 ...
微信小程序开发:学习笔记[4]——样式布局 Flex布局 新的布局方式 在小程序开发中,我们需要考虑各种尺寸终端设备上的适配。在传统网页开发,我们用的是盒模型,通过display:inline | block | inline-block、 position、float来实现布局,缺乏 ...
...
cell-blue.jpg cell-grey.jpg ...
...
用wx.login获取登录凭证code wx.checkSession 小程序 wx.checkSession 校验登陆态 success :接口调用成功,session_key未过期; fail :接口调用失败,session_key已过期 ...