01 2022 档案
uni-app 小程序 搜索框固定在顶部处理方式
摘要:<view class="navbar-fixed" :style="{display:opacityNum}"> <!-- 状态栏小程序撑起高度 --> <view :style="{height:statusBarHeight+'px'}"></view> <view class="navbar 阅读全文
posted @ 2022-01-10 16:50 鄢宁 阅读(2898) 评论(0) 推荐(0)
filter常用的情况 可精简代码
摘要:var cur = this.contractTypeList.filter(item => { return item.value == this.contractId }) 阅读全文
posted @ 2022-01-10 16:32 鄢宁 阅读(67) 评论(0) 推荐(0)