小程序
咣哧咣哧一天没了
这个作者很懒,什么都没留下…
展开
-
uniapp 使用 qrcode.js 生成二维码 只显示一次的原因
使用qrcode.js 生成二维码 canvas 画布 不能用v-if 要用 v-show原创 2020-04-21 13:26:28 · 1969 阅读 · 0 评论 -
uni-app banner 轮播实现 添加 指示点
uni-app 实现轮播自带组件 swiper<view class="banner"> <swiper class="swiper" circular autoplay="true"> <swiper-item v-for="item in bannerList" class="swiper-item"> <!-- <...原创 2019-11-12 16:54:48 · 1734 阅读 · 0 评论 -
scroll-viewuni-app(小程序)
scroll-view 实现滚动效果<scroll-view scroll-x="true" class="head-scroll"> <view class="scroll-list member-commodity-list-item" v-for="item in memberKind"> <view class="member-commodity-li...原创 2019-11-16 10:12:34 · 380 阅读 · 0 评论 -
小程序 连接 低功耗蓝牙
微信小程序 连接 低功耗蓝牙 实例废话不多说 直接上(刚刚完成的项目)和 微信的 开发文档 一起参照1. 初始化 蓝牙 设备wx.openBluetoothAdapter({ // 调用 手机蓝牙success: function (res) {console.log(“初始化蓝牙适配器成功”)wx.onBluetoothAdapterStateChange(function (r...原创 2019-04-27 13:14:24 · 1106 阅读 · 0 评论