
简介
该用户还未填写简介
擅长的技术栈
可提供的服务
暂无可提供的服务
vue滚动时间选择器先看效果图<div class="addlist sp-date" @click="getTimestamp"><i>*</i><span>出生日期</span><!-- <p>{{birth}}</p> --><input style="float: right;margin

uni-app适配刘海屏问题先看问题解决后在css里面添加样式padding-top: var(--status-bar-height); //是计算状态栏的高度padding-top: calc(var(--status-bar-height) + 13px);//如果不可以可以按照这个加或者减一些高度...
uniapp获取路由传参在跳转的页面接受参数onLoad(option){console.log(option)}
uniapp动态图片加载不出来var aa=‘data:image/JPEG ;base64,’+res;//res是base64的格式this.url=aa.replace(/[\r\n]/g, “”)这样就出来了
uniapp动态修改页面的标题第一种方法{"path": "pages/login/login-form","style": {"navigationStyle": "custom" //自定义头部}},第二种方法onLoad(options) {console.log('options',options)this.name=options.namethis.label=options.label
uni-app实现纵向滑动和横向滑动<text>纵向滚动</text><view><scroll-view:scroll-top="scrollTop"scroll-y="true"class="scroll-Y"@scrolltoupper="upper"@scrolltolower="lower"
uni-app几种常用的提示框1、成功提示框提交的时候,提交成功弹出的提示框。uni.showToast({title: '提交成功',duration: 3000//单位毫秒});2、加载框uni.showLoading({title: '加载中'});setTimeout(function () {uni.hideLoading();}, 2000);3、去掉图标,只显示文字提示框uni.sh
uni-app实现页面滚动到指定位置uni.createSelectorQuery().select(".content").boundingClientRect(data=>{//目标节点、也可以是最外层的父级节点 uni.createSelectorQuery().select(".box1").boundingClientRect((res)=>{//最外层盒子节点 un
uni-app获取DOM元素uni.createSelectorQuery().select('#reasonSelf')uni.createSelectorQuery().select('.class类名')如果有许多相同类名的let doms=uni.createSelectorQuery().selectAll(‘.class1’)doms.fields({rect:true,//是否返回节
vue使用element列表某一列设置样式







