<picker :start="startDate" :end="endDate" mode="date" name="birth_date" :value="birth_date" @change="bindDateChange" fields="day">
- 发布:2022-07-05 10:40
- 更新:2022-07-05 10:40
- 阅读:232
产品分类: uniapp/App
PC开发环境操作系统: Windows
PC开发环境操作系统版本号: 10
HBuilderX类型: 正式
HBuilderX版本号: 3.4.18
手机系统: Android
手机系统版本号: Android 12
手机厂商: 华为
手机机型: 所有android都不行
页面类型: vue
vue版本: vue2
打包方式: 云端
项目创建方式: HBuilderX
示例代码:
操作步骤:
<picker :start="startDate" :end="endDate" mode="date" name="birth_date" :value="birth_date" @change="bindDateChange" fields="day">
<picker :start="startDate" :end="endDate" mode="date" name="birth_date" :value="birth_date" @change="bindDateChange" fields="day">
预期结果:
可选1961之前
可选1961之前
实际结果:
不可选1961之前
不可选1961之前
bug描述:
在app上不生效 在网页端正常
0 个回复