uniapp使用uview开发微信小程序日历动态渲染
<template>
<view>
<u-calendar title="可服务时间" @close="gethide" :show="s...
yekong
3年前 (2022-02-08)
喜欢
<template>
<div class="avatar">
<u--image width="64rpx" height="64rpx" :src="configs.f...
yekong
3年前 (2022-01-31)
喜欢
uniapp vue 过滤内容显示组件
/**
* @Author: 858834013@qq.com
* @Name: userType
* @Date: 2022年01月31日
* @Desc: 根据类型返回内容
*/
<template>
<div>...
yekong
3年前 (2022-01-31)
喜欢
uniapp 开发自定义确认弹窗
<template>
<div>
<div @click="show=true">
<slot></slot>
</div>
<...
yekong
3年前 (2022-01-29)
喜欢
uniapp开发底部自定义组件。
<template>
<view class="tab-bar-body">
<view class="tab-bar">
<view v-if=&q...
yekong
3年前 (2022-01-27)
喜欢
uniapp开发item组件封装,可以用于后期微调使用。
<template>
<view class="item" :class="{border:showBorder}">
<div class=&...
yekong
3年前 (2022-01-25)
喜欢
源码
<template>
<view v-if="status==6" class="evaluation" @click="evaluation">
评价订单
</view&g...
yekong
3年前 (2022-01-23)
喜欢
uniapp开发中需要的常用按钮,为了避免重复工作记录下来,方面后期复用。
源码
<template>
<view>
<view v-if="show">
<view v-if="status==...
yekong
3年前 (2022-01-23)
喜欢
uniapp开发实现城市选择组件
返回结果
{
"data": ["北京市", "北京市", "东城区"],
"code": "110101",
&qu...
yekong
3年前 (2022-01-20)
喜欢
uniapp使用uview开发项目时 upload 上传组件很方便,但是如果同一个页面上传组件多了容易混乱,每次使用都需要重复很多代码,有没有办法复用一下呢
使用
<uploadimg :maxCount="3" :widht="220&quo...
yekong
3年前 (2022-01-18)
喜欢