uview组件功能很丰富,为了更充分的发挥uview的功能,将每个文档都过一遍。
此组件为uni-app的image组件的加强版,在继承了原有功能外,还支持淡入动画、加载中、加载失败提示、圆角值和形状等。
基本使用
<template>
<u--image :...
yekong
3年前 (2022-01-07)
喜欢
<u-empty
mode="car"
text="暂无内容"
textColor="#333"
textSize="14"
iconC...
yekong
3年前 (2022-01-07)
喜欢
通过height配置高度,单位px
通过bgColor配置背景颜色
<u-gap height="80" bgColor="#bbb" marginTop="10" marginBottom="10&qu...
yekong
3年前 (2022-01-07)
喜欢
方法
export const Debounce = (fn, wait) => {
let delay = wait|| 500
let timer
return function () {
let args = arguments...
yekong
3年前 (2022-01-06)
喜欢
运行实例
代码
<template>
<div class="nongji">
<div class="list scroll">
<div class="li...
yekong
3年前 (2022-01-06)
喜欢
使用百度vue-baidu-map
实际运行
代码
<template>
<div class="maps">
<div class="zhnj">
</div>
...
yekong
3年前 (2022-01-06)
喜欢
<template>
<view class="content">
<view class="header">
<div class="t...
yekong
3年前 (2022-01-06)
喜欢
api文件
config/api.js
const http = uni.$u.http
import qs from 'qs'
export const getcity = (id, config = {}) => http.get('/moc...
yekong
3年前 (2022-01-06)
喜欢
城市选择页面
<template>
<view class="citylist">
<scroll-view :style="{ height: windowH }" scroll-y...
yekong
3年前 (2022-01-06)
喜欢
宝塔
一个面板管理工具,用过wdcp 最后选择了宝塔,很多需要的功能基本都可以在后台一键安装,满足了
宝塔服务器面板,一键全能部署及管理,邀请连接
点我领取
ssl一键申请
可以在后台一键申请SSL证书,一键部署。轻松开启https
反向代理
前端项目部署到线上是接口时往往会出...
yekong
3年前 (2022-01-06)
喜欢