摘要: Vue:uni-app学习(六)--表单组件 <template> <view> </view> </template> <script> export default { data() { return { }; } } </script> <style lang="scss"> </style> 阅读全文
posted @ 2020-08-11 21:50 wukong1688 阅读(567) 评论(0) 推荐(0) 编辑
摘要: 一、图片展示 <template> <view> <page-head :title="title"></page-head> <view class="uni-padding-wrap uni-common-mt"> <view class="uni-title"> 示例1 <text>\n本地图 阅读全文
posted @ 2020-08-11 21:49 wukong1688 阅读(223) 评论(0) 推荐(0) 编辑
摘要: Vue:uni-app学习(三)--下拉刷新 上滑加载 阅读全文
posted @ 2020-08-11 21:47 wukong1688 阅读(525) 评论(0) 推荐(0) 编辑
摘要: Vue:uni-app学习(三)--幻灯播放 <template> <view> <swiper class="swiper" :indicator-dots="indicatorDots" :autoplay="autoplay" :interval="interval" :duration="d 阅读全文
posted @ 2020-08-11 21:45 wukong1688 阅读(432) 评论(0) 推荐(0) 编辑
摘要: 页面跳转: <template> <view class="content"> <navigator url="../form/form" open-type="navigate"> <button type="primary" class="button1">表单设置1-支持返回</button> 阅读全文
posted @ 2020-08-11 21:44 wukong1688 阅读(684) 评论(0) 推荐(0) 编辑