此方法用于返回平台的名称,为小写的ios或android
命令
uni.$u.os()
uniapp uview $u 功能无法使用问题
...
3年前 (2022-05-07)
喜欢
html
<el-upload action="#" accept=".txt" :on-change="handleChangeUpload" :auto-upload="false...
3年前 (2022-05-07)
喜欢
uniapp 微信小程序 自定义弹窗 效果
<template>
<view>
<view @click="show=true">
<div class="regBut">
...
3年前 (2022-05-07)
喜欢
uniapp微信小程序开发时,遇到一个奇怪的问题,点击指定区域弹出选择框,但是在输入框输入内容时,点击其他区域的选择框是,发现软键盘并没有隐藏,但是选择框弹出了,导致软键盘遮挡了选择框,排查发现是因为点击的区域是另外一个输入框,但是这个输入框是禁止输入内容导致的。
<in...
3年前 (2022-05-06)
喜欢
弹窗动画
vue transition 结合 animate.css 实现动画过渡
背景模糊
css模糊效果 毛玻璃效果
代码
/**
* @Author: 858834013@qq.com
* @Name: popWin
* @Date: 2022-05-06
* @Desc...
3年前 (2022-05-06)
喜欢
el-select
/**
* xixixunplayer Type
* @description 节目类型选择
* @tutorial https://www.wanjunshijie.com/note/vue/3000.html
*
* @property {String} ...
3年前 (2022-05-06)
喜欢
this.$confirm('此操作将永久删除该文件, 是否继续?', '提示', {
confirmButtonText: '确定',
cancelButtonText: '取消',
type: 'warning'
...
3年前 (2022-05-06)
喜欢
<template>
<view class="home">
<u-sticky>
<div class="sticky">
<u-navbar leftIconC...
3年前 (2022-05-06)
喜欢
getCarNum() {
var that = this;
if (uni.getStorageSync('CarNum')) {
that.CarNum = uni.getStorageSync('CarNum')
}
},
...
3年前 (2022-05-06)
喜欢
源码
<template>
<div>
<pcates :pid="0" @getdata="getpcates">
<u-form-item :label="title&q...
3年前 (2022-05-05)
喜欢