分类:uniapp

uniapp开发笔记

uniapp 实现瀑布流效果

uniapp 实现瀑布流效果
uniapp 开发时,经常会用到瀑布流的效果。记录一下 代码 <template> <view class="page"> <div class="collectiontotal"> 共收藏...

3年前 (2022-01-27) 喜欢

uniapp 获取当前经纬度

uniapp 获取当前经纬度
getLocation() { var that = this; uni.getLocation({ type: 'wgs84', geocode: true, //设置该参数为true可直接获取经纬度及城市信息 success: f...

3年前 (2022-01-26) 喜欢

uniapp item组件封装

uniapp item组件封装
uniapp开发item组件封装,可以用于后期微调使用。 <template> <view class="item" :class="{border:showBorder}"> <div class=&...

3年前 (2022-01-25) 喜欢