uni、uview自定义步进器、购物车加减

案例演示

请添加图片描述

代码

<u-number-box v-model="numValue" @change="valChange">
	<view slot="minus" class="minus">
		<u-icon name="minus" size="12"></u-icon>
	</view>
	<input slot="input" type="number" class="input" v-model="numValue">
	<view slot="plus" class="plus">
		<u-icon name="plus" color="#FFFFFF" size="12"></u-icon>
	</view>
</u-number-box>
data() {
	return {
		numValue: 1
	}
},
methods: {
	valChange(e) {
		console.log('当前值为: ' + e.value)
	}
}
// 步进器样式start
	.minus {
		width: 22px;
		height: 22px;
		border-radius: 50%;
		@include flex;
		justify-content: center;
		align-items: center;
		background-color: #ffffff;
		border: 1rpx solid #dddddd;
	}

	.input {
		padding: 0 10px;
		width: 40rpx;
		text-align: center;
		color: #000000;
	}

	.plus {
		width: 22px;
		height: 22px;
		background-color: #304D99;
		border-radius: 50%;
		/* #ifndef APP-NVUE */
		display: flex;
		/* #endif */
		justify-content: center;
		align-items: center;
	}
// 步进器样式end

网址

https://www.uviewui.com/components/numberBox.html

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值