
小程序
橙蚊镜0819
Step by step becoming an architect
展开
-
uniapp-下拉刷新、点击加载、上拉加载
【代码】uniapp-下拉刷新、点击加载、上拉加载。原创 2023-05-25 20:11:06 · 564 阅读 · 0 评论 -
小程序:web-view使用
【代码】小程序:web-view使用。原创 2023-03-16 14:53:16 · 905 阅读 · 0 评论 -
微信小程序-登录相关接口
接口返回获取手机号code,后端获取手机号。接口返回code,后端去获取openId。接口返回加密用户信息,后端解密。原创 2023-03-13 16:50:31 · 883 阅读 · 0 评论 -
微信小程序原生自定义弹窗
背景微信小程序原生的在弹出层wx.showModal中可以通过配置项editable配置输入框,但是对于微信的版本有限制,微信版本过低无法显示,所以需要实现弹出层的效果如下图代码index.wxml<!-- 遮罩层 --> <view wx:if="{{isShow}}" class='cover'> <!-- 可在此按需求自定义遮罩 --> <view style="position: relative;"> &l原创 2022-04-21 13:14:32 · 2882 阅读 · 0 评论 -
微信map的使用
官方文档:map | 微信开放文档微信开发者平台文档https://developers.weixin.qq.com/miniprogram/dev/component/map.html官方API:MapContext | 微信开放文档微信开发者平台文档https://developers.weixin.qq.com/miniprogram/dev/api/media/map/wx.createMapContext.html轨迹回放常用api平移marker,带动画:MapContext.tra原创 2022-03-08 17:04:43 · 1115 阅读 · 0 评论