分类:uniapp

uniapp开发笔记

uniapp 获取当前经纬度

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

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

uniapp item组件封装

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

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