2021/5/29

uniapp swiper img 直角

在父元素添加 overflow:hidden

  • uni-app
  • 2021/5/29
  • 773
  • 2021/1/7

    uniapp富文本编辑器、支持音频视屏uParse

    插件地址https://ext.dcloud.net.cn/plugin?id=364

  • uni-app 未分类
  • 2021/1/7
  • 1,412
  • 2020/9/15

    uniapp input键盘点击完成/搜索事件/uniapp input输入法自动显示搜索

    <input confirm-type="search"  @confirm="confirm"  type="text" value="" v-model="shopmsg" @input="chan…

  • uni-app
  • 2020/9/15
  • 2,002
  • 2020/9/15

    ​uniapp获取input值的两种方法

    通过@input绑定事件 <input type="text" value="" v-model="shopmsg" @input="changDelete" placeholder="请输入商品信息"/>c…

  • uni-app
  • 2020/9/15
  • 1,512
  • 2020/9/15

    uniapp变量赋值

    当前文件 this.$data.变量名 全局变量 app.vue中定义 globalData: {               text: 'text'    …

  • uni-app
  • 2020/9/15
  • 1,469
  • 2020/8/8

    uniapp动态改变class

    html <view v-for="(huadong,index) in huadongs" :key="index" :data-num="index" :class="['scroll-view-default',index==chosenu…

  • uni-app
  • 2020/8/8
  • 752
  • 2020/8/8

    ​uniapp隐藏scroll-view滚动条

    scroll-view ::-webkit-scrollbar { width: 0; height: 0; background-color: transparent; }  pages.json文件中应用页配置 "scrollIndicator":"none"

  • uni-app
  • 2020/8/8
  • 636