uniapp开发实现单选弹窗效果
第二版 2022年04月30日
uniapp 同步筛选弹窗效果
组件引用
<getPopType></getPopType>
import getPopType from '@/components/getPopType...
yekong
3年前 (2022-04-30)
喜欢
uniapp 微信小程序弹窗效果。
第一版
uniapp 单选弹窗效果
代码
/**
* @Author: 858834013@qq.com
* @Name: getPopType
* @Date: 2022-04-30
* @Desc: 筛选弹窗
*/
<templat...
yekong
3年前 (2022-04-30)
喜欢
import Vue from "vue";
import {Message} from 'element-ui';
// 注册一个全局自定义复制指令 `v-copy`
Vue.directive("copy", {
bind(el,...
yekong
3年前 (2022-04-30)
喜欢
Badge 徽标数
<u-badge type="error" :absolute="true" :offset="[0,0]" max="99" :value="billAlarm...
yekong
3年前 (2022-04-29)
喜欢
html
<view class="zhtx-single" v-for="(item, index) in data.filesDetailList" :key="index">
<image :sr...
yekong
3年前 (2022-04-29)
喜欢
git地址
vue-async-computed
安装依赖
npm install --save vue-async-computed
引用
import AsyncComputed from 'vue-async-computed'
Vue.use(AsyncCompute...
yekong
3年前 (2022-04-29)
喜欢
<template>
<view class="attachments">
<image @click="previewImg([imgSrc],0)" class="attachmentsic...
yekong
3年前 (2022-04-29)
喜欢
uni.chooseImage 默认是相册和相机都可以选择的,这里的按钮相册和相机是分开的,所以功能也需要分开
相册
album
相册代码实例
uni.chooseImage({
count: 6, //默认9
sizeType: ['original', 'compres...
yekong
3年前 (2022-04-29)
喜欢
HBuilderX (opens new window)3.0+版本新建 uni-app 项目,选择 uni-admin 项目模板
创建项目
选择uni-admin
运行
进入 admin 项目
在uniCloud/cloudfunctions/common/uni-id/co...
yekong
3年前 (2022-04-29)
喜欢
什么是 uni-admin
uni-admin 框架,是基于 uni-app 和 uniCloud 的应用后台管理的开源框架。
对于uniCloud的开发者而言,其后台管理系统应该使用本框架。
它基于 uni-app 的宽屏适配,可自动适配 PC 宽屏和手机各端。了解宽屏适配(o...
yekong
3年前 (2022-04-29)
喜欢