uni-UI

		<view class="delet" @click="delets">
					删除
		</view>
		.delet {
			border: 1px solid #e3e3e3;
			padding: 4rpx 18rpx;
			font-size: 26rpx;
			border-radius: 10rpx;
		}

在这里插入图片描述

	<view class="" style="background-color: #fff;bottom: 0;position:fixed;width: 100vw;padding: 30rpx 0;">
			<button class="btn" @click="payfor" type="primary">确认</button>
		</view>
				<button class="btn" @click="payfor" type="primary">确认</button>
			.btn {
			width: 90%;
			margin: 0 5%;
			// margin: 0 60rpx 200rpx 60rpx;
			border-radius: 40rpx;
			background-color: #48bbf4;
			margin-top: 150rpx;
		}

在这里插入图片描述

成功提示

	uni.showToast({
							title: '新增成功',
							icon: 'none', //如果要纯文本,不要icon,将值设为'none'
							duration: 2000 //持续时间为 2秒
						})
						setTimeout(() => {
							uni.navigateBack({
								url: '/pages/index/adders'
							})
						}, 2000)

选择时间(输出标注格式)

		<uni-datetime-picker @change="handelchange" :start="lattime==''?info.planStartTime:lattime "
							:end="from[index].endTime!==''?from[index].endTime:info.planEndTime" type="datetime"
							return-type="string" v-model="from[index].startTime" />
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值