公告板
版本库
filestore
活动
搜索
登录
wm
/
pipIrr
管灌系统农户端微信小程序(嘉峪关应用)
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
优化首页项目选择逻辑,添加临时选择变量以支持未确认的项目选择;更新登录页面逻辑,确保从登录页返回时正确刷新数据并处理项目选择确认,提升用户体验。
zuoxiao
2025-04-28
ab8b53407a4d2213b1b3cdaf3cf649ef6c457dae
[wm/pipIrr.git]
/
miniprogram_npm
/
tdesign-miniprogram
/
swipe-cell
/
props.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
const props = {
disabled: {
type: Boolean,
},
left: {
type: Array,
},
opened: {
type: Boolean,
optionalTypes: [Array],
value: false,
},
right: {
type: Array,
},
};
export default props;