
简介
该用户还未填写简介
擅长的技术栈
可提供的服务
暂无可提供的服务
微信小程序原生,tdesign时间选择器,t-date-time-picker封装成组件,开始时间结束时间,开始时间为今天时间,结束时间大于等于开始时间。

API说明uni.showToast显示提示框uni.showLoading显示加载提示框uni.showModal显示模态弹窗uni.showToast(OBJECT)显示消息提示框。uni.showToast({title: '标题',duration: 2000});uni.showLoading(OBJECT)显示 loading 提示框, 需主动调用uni.hideLoading才能关闭
uniapp页面跳转传递对象参数

不仅需要/deep/还需要!importantuviewhtml:<view class="wrap"><u-toast ref="uToast"></u-toast><u-code :seconds="seconds" @end="end" @start="start" ref="uCode"@change="codeChange" changeText
uniapp uview 时间选择器的使用 默认从当前时间开始选择

【代码】uniapp判断数组中每一项中对象的值。

上面点击选择,下面显示选择的项,再次点击可以取消选择项,可多选,也是搜了很久,终于,一开始想用uview组件,uni-ui组件,坑挺多,看别人写的,终于搞出来了记录一下<view class="right-top"><!-- 多选标签 --><view class="wrap"><block v-for="(item,index) in jobs" :ke
遇到这个问题,问的度娘,搜到了友友发的贴,解决官网:uni.showModal({title: '提示',content: '这是一个模态弹窗',success: function (res) {if (res.confirm) {console.log('用户点击确定');} else if (res.cancel) {console

data声明:script:首先第一次请求图书列表然后上拉需要在onReachBottom()生命周期中:然后上拉请求:成了

数组遍历组成新数组,用数组方法map,数组过滤filter,删除数组中重复的某一项findIndex,不重复的就push到新数组中








