dateTimePicker
使用实例
<template>
<u--form labelPosition="left" labelWidth="100" ref="form1">
<...
yekong
3年前 (2022-01-17)
喜欢
uview的u-picker组件很好用,但是uniapp项目开发时每次需要写u-picker,如果只有一个还好,如果有多个的话,就需要重复写多个这样就很不方便,于是想到了二次封装,我要做的就是把选择的数据传过去,然后获取数据就可以了,显示隐藏弹窗这些操作完全可以封装成一个组件。
...
yekong
3年前 (2022-01-17)
喜欢
uniapp小程序开发 结合uview 实现banner切换加接口调用
<template>
<div class="swiper">
<u-swiper :list="banner" height=&...
yekong
3年前 (2022-01-15)
喜欢
uniapp 微信小程序开发时经常是需要用到客服按钮,但是客服按钮的样式需要自定义,每次都需要手动调整样式,为了节省时间,干脆封装成组件,直接专注自己代码样式就可以了。
<template>
<button open-type="contact&qu...
yekong
3年前 (2022-01-15)
喜欢
<template>
<view>
<u-popup :show="show" mode='center' @close="close">
<view class="upgr...
yekong
3年前 (2022-01-15)
喜欢
<template>
<div class="tabs">
<div class="tab cur" :class="{active:item.checked}" @click=&q...
yekong
3年前 (2022-01-08)
喜欢
<template>
<div class="tabs">
<div class="tab cur" :class="{active:active==index}" @click=&...
yekong
3年前 (2022-01-08)
喜欢
uniapp开发时需要评论是需要一个表情功能,找了很久没找到合适了,只能找个类似的改改拿来用。
代码
<template>
<view class="flex-col section_1s">
<view class=&q...
yekong
3年前 (2022-01-08)
喜欢
<template>
<view class="content">
<view class="header">
<div class="t...
yekong
3年前 (2022-01-06)
喜欢
<template>
<view class="pickertype">
<view @click="show=true" class="justify-between gr...
yekong
3年前 (2022-01-02)
喜欢