
uni-App
矮小的
这个作者很懒,什么都没留下…
展开
-
uni-app 判断元素滑动方向
我们需要在元素上绑定触摸开始和触摸接触,通过计算判断元素是往哪个方向运动<template> <view class="content"> <view class=""@touchstart="start" @touchend="end" style="width:100%;height: 20vh;background: #007AFF;"&...原创 2020-01-12 14:00:44 · 3385 阅读 · 0 评论 -
uni-app 单选/多选/滑动 demo
<template> <view> <view class="uni-padding-wrap uni-common-mt"> <view> <checkbox-group @change="checkboxChange2"> <label> <checkbox value=...原创 2020-01-09 19:07:53 · 3710 阅读 · 0 评论 -
uni-app 表单组件-button demo
官网详解主要使用 loding 等待 plain镂空 disabled 禁用 三种方式包括微信小程序open-type开放能力 (博客内后续更新)<template> <view> <view class="uni-padding-wrap uni-common-mt"> <button ty...原创 2020-01-01 22:17:17 · 2770 阅读 · 0 评论 -
uni-app VUE的使用
模板语法<template> <view class="">我是页面3</view></template><script> export default { data() {//数据层 return {//变量K:V} },methods: {//函数方法 注意是: 不是() },onLoad(option...原创 2020-01-01 22:12:59 · 715 阅读 · 0 评论