通过height配置高度,单位px
通过bgColor配置背景颜色
<u-gap height="80" bgColor="#bbb" marginTop="10" marginBottom="10&qu...
yekong
3年前 (2022-01-07)
喜欢
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)
喜欢
// 此vm参数为页面的实例,可以通过它引用vuex中的变量
import configs from './config.js'
module.exports = (vm) => {
// 初始化请求配置
uni.$u.http.setConfig((config) =...
yekong
3年前 (2022-01-03)
喜欢
<template>
<view class="pickertype">
<view @click="show=true" class="justify-between gr...
yekong
3年前 (2022-01-02)
喜欢
<template>
<div class="swiper">
<u-swiper :list="banner" height="100" @change="e =>...
yekong
3年前 (2022-01-01)
喜欢
uniapp开发 uview 用户信息模板
<template>
<view class="certification">
<!-- 注意,如果需要兼容微信小程序,最好通过setRules方法设置rul...
yekong
3年前 (2021-12-29)
喜欢
使用 disabledColor设置颜色。
disabledColor="#ffffff"
<u--input disabledColor="#ffffff" disabled class="inputx" pla...
yekong
3年前 (2021-12-29)
喜欢
<template>
<view class="certification">
<!-- 注意,如果需要兼容微信小程序,最好通过setRules方法设置rules规则 -->
<...
yekong
3年前 (2021-12-29)
喜欢
<template>
<view class="changepwd">
<u--form labelPosition="left" labelWidth="80" ...
yekong
3年前 (2021-12-28)
喜欢
<template>
<view class="certification">
<!-- 注意,如果需要兼容微信小程序,最好通过setRules方法设置rules规则 -->
<...
yekong
3年前 (2021-12-28)
喜欢