猫妈狗爸伴宠师小程序前端代码
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

26 lines
535 B

<template>
<!-- <div>不接单日期</div> -->
<view class="box box-size">
<view class="top box-size level">
<view>
<view class="text">
添加不接单日期
</view>
您不会再接收到选择日期内的订单
</view>
<view class="buttom level" :style="{borderRadius:'31rpx'}">
添加不接单日期
</view>
</view>
<view class="buttom_ level" :style="{borderRadius:'41rpx'}">
保存
</view>
</view>
</template>
<script>
</script>
<style scoped lang="scss">
@import "index";
</style>