
微信小程序wepy框架
大秦白起
从前喜欢一个人,现在喜欢一个人,以后喜欢一个人
展开
-
微信小程序wepy框架使用
https://blog.youkuaiyun.com/res_min/article/details/72848189 网址链接下载node原创 2018-07-03 15:42:42 · 378 阅读 · 3 评论 -
微信小程序---定位和逆地址解析
1.获取微信小程序定位,首先需要授权wx.getSetting 获取用户当前的授权状态wx.openSetting 打开设置界面,引导用户开启授权(是用户已经 授权/拒绝 的权限)wx.authorize 进行授权 scope.userInfo wx.getUserInfo 用户信息 scope.userLocation wx.getLocation, wx...原创 2019-03-15 11:28:02 · 1289 阅读 · 0 评论 -
微信小程序map地图
<style lang="less"> @import "../../assets/styles/base"; @import "../../assets/styles/px"; @import "../../assets/styles/icons"; page { background-color: #F8F8F8; height: 100%; ...原创 2019-04-19 16:42:59 · 426 阅读 · 0 评论 -
微信小程序(滑动)-animation
官方api: https://developers.weixin.qq.com/miniprogram/dev/api/ui/animation/wx.createAnimation.html例:<style lang="less">.container { display: flex; flex-direction: column; box-siz...原创 2019-07-24 14:35:28 · 535 阅读 · 0 评论 -
微信小程序 ----- 按钮拖拽
<view class="body-suspension" style="top: {{UDnumber}}px; left: {{LRnumber}}px;" @touchstart="touchstart" @touchmove="touchmove" @touchend="touchend"> 拖拽</view>data...原创 2019-07-23 15:38:52 · 672 阅读 · 0 评论