uni-app
咣哧咣哧一天没了
这个作者很懒,什么都没留下…
展开
-
uniapp 使用 qrcode.js 生成二维码 只显示一次的原因
使用qrcode.js 生成二维码 canvas 画布 不能用v-if 要用 v-show原创 2020-04-21 13:26:28 · 1969 阅读 · 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 评论 -
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 评论 -
uni-app 问题
1 打包成安卓slice(a,b); a,b指的是 数组的下标 返回一个新的数组 (截取数组);只能写在 methods 里面 ;修改单独页面的背景色page{};引用阿里矢量图标 要在 引用的 地址前面 加 https 否则 打包成安卓 不显示 图标...原创 2019-10-31 16:38:58 · 104 阅读 · 0 评论 -
await is a reserved word
await is a reserved word怎么解决await 只能在 async中使用,如:async function demo() { var res = await testCall() console.log(res) }原创 2019-10-25 10:15:47 · 467 阅读 · 0 评论