uni-app(三)年月选择器

next-date-picker

项目种需要运用选择年月的组件,但是uni-app里面没有,所以通过查找资料找到一款插件

next-date-picker,本身也可以选择日,但是我把日隐藏了,具体可以参考链接地址

DCloud 插件市场DCloud 插件市场icon-default.png?t=N7T8https://ext.dcloud.net.cn/search?q=next-date-picker

<template>
    <view>
       <view
				style="display: flex;border: 2rpx solid #ccc;width: 90%;margin: 0 auto 10rpx auto;border-radius: 12rpx;padding: 20rpx;color: #B3B3B3;"
				@click="show()">
				<uni-icons type="search" size="18"></uni-icons>
				<view style="padding-left: 20rpx;">{{currentSelect}}</view>
				<view v-if="isShow">搜索</view>
			</view>
        <next-date-picker ref="nextDatePickerRef" :mode="simple" isAbleSelectFutureDate="false"     :defaultDate="dateModel" @finishSelectDate="finishSelectDate" :defaultCheckedList="[]">
			</next-date-picker>
    </view>
</template>
<script>
import nextDatePicker from "../../../uni_modules/next-date-picker/components/next-date-picker/next-date-picker.vue"
export default {
    components: {
		nextDatePicker
	},
    data() {
        return {
        
        }
    },
    methods: {
        show() {
			this.$refs.nextDatePickerRef.open();
		},
        finishSelectDate(e) {
			console.log(e)
		},
    }
}
</script>

  • 1
    点赞
  • 5
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值