帮助了 AmazingCounters.com 位小伙伴

2020年10月14日

uni-app 文本域,v-model 双向绑定操作

摘要: <template> <view> <!-- 自定义导航栏 --> <uni-nav-bar :statusBar="true" rightText="发布" left-icon="back" @click-left="back" @click-right="submit"> <view class 阅读全文

posted @ 2020-10-14 16:36 云的旋律 阅读(3081) 评论(0) 推荐(0) 编辑

uni-app 自定义顶部导航栏

摘要: { "path" : "pages/add-input/add-input", "style" : { "app-plus":{ "animationType": "slide-in-bottom", "animationDuration": 200, // 禁止原生导航 "titleNView": 阅读全文

posted @ 2020-10-14 16:35 云的旋律 阅读(1801) 评论(0) 推荐(0) 编辑

uni-app 隐藏顶部的返回按钮

摘要: "autoBackButton":false, { "path" : "pages/search/search", "style" : { "enablePullDownRefresh":true, "app-plus":{ "scrollIndicator":"none",//隐藏滚动条 "bou 阅读全文

posted @ 2020-10-14 15:20 云的旋律 阅读(6999) 评论(0) 推荐(0) 编辑

uniapp 消息提示框

摘要: uni.showToast({ title: '标题', duration: 2000 }); 阅读全文

posted @ 2020-10-14 11:56 云的旋律 阅读(2258) 评论(0) 推荐(0) 编辑

uniapp 获取当前屏幕的高度

摘要: onLoad() { uni.getSystemInfo({ success: (res)=> { let height=res.windowHeight-uni.upx2px(100) //获取系统信息,可使用窗口的高度 this.swiperheight=height; } }); }, 阅读全文

posted @ 2020-10-14 11:18 云的旋律 阅读(6026) 评论(0) 推荐(0) 编辑

导航

前端攻城狮分享群