通过shape参数设置图片的形状,circle为圆形,square为方形
如果为方形时,还可以通过border-radius参数设置圆角值
圆形
<u--image src="https://cdn.uviewui.com/uview/album/1.jpg&qu...
yekong
3年前 (2022-01-07)
喜欢
uniapp uview Image图片组件
<u--image src="https://cdn.uviewui.com/uview/album/1.jpg" mode="widthFix"></u--image>...
yekong
3年前 (2022-01-07)
喜欢
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>
<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)
喜欢
微信小程序使用uniapp 开发时,需要获取用户信息用于注册
<button type="default" @click="getinfo">获取用户信息</button>
getinfo() {
...
yekong
3年前 (2022-01-03)
喜欢