这里是安装uview的报错信息。解决办法很简单,原因是目前(2020年11月16日)的uview的版本是1.8.1,版本号过高导致的错误。解决步骤为: 1.先卸载目前安装的版本 npm...使用了。 这里是官方的地址:uview官方配置文档 最后,展示完毕。(其实版本号挺重要的,平时也要多留意留意,紧跟时代步伐) ...
修复修复select组件在小程序端展示选值的bug 修复修复步进器设置可输入小数在小程序真机上无法输入的问题 修复修复tab过长出现左右滚动时指示器位置计算错误 修复修复defautl-value传入后,用户滑动选项列表后,defalut-value不生效的问题 修复修复u-select显示和实际选择的值不一致的问题 ...
user-select: none; @@ -236,6 +238,13 @@ border: 1px solid #c8c9cc; transition-duration: 0.2s; /* #ifdef MP-TOUTIAO */ // 头条小程序兼容性问题,需要设置行高为0,否则图标偏下 &__icon { line-height: 0; } /* #endif */ &--circle { border-radius: 100%; } 70 changes: 16 ad...
问题:当项目需要深色背景时,我把u-main-color设置为#ffffff白色,此时u-select就会出现空白情况,文字和背景都是白色(当前u-select组件每一项的color是固定u-main-color设置为#ffffff白色,此时u-select就会出现空白情况,文字和背景都是白色(当前u-select组件每一项的color是固定u-main-color) 建议:希望可以增加u-sel...
<template><u-selectv-model="show"mode="mutil-column":list="list"@confirm="confirm"></u-select></template><script>exportdefault{data(){return{show:true,list:[[{value:'1',label:'江'},{value:'2',label:'湖'}],[{value:'3',label:'夜'},{value:'4',label:'雨'}],],}},methods...
"selectedIconPath": "static/uview/example/template_select.png", "text": "模板" } ] 2 changes: 1 addition & 1 deletion 2 pages/example/components.vue Original file line numberDiff line numberDiff line change @@ -10,7 +10,7 @@ </u-cell-group> </view> <u-gap height="70"></u...
u--form><u-action-sheet:show="showSex":actions="actions"title="请选择性别"description="如果选择保密会报错"@close="showSex = false"@select="sexSelect"></u-action-sheet></view></template><script>exportdefault{data(){return{showSex:false,model1:{userInfo:{name:'uView UI',sex:'',},}...
u @ VM8 asdebug.js:1 (anonymous) @ VM8 asdebug.js:1 f @ VM8 asdebug.js:1 g @ VM8 asdebug.js:1 (anonymous) @ VM8 asdebug.js:1 _ws.onmessage @ VM8 asdebug.js:1 mp.runtime.esm.js?66fd:5818 TypeError: Cannot read property 'selectAllComponents' of null ...
<u-action-sheet :show="showSex" :actions="actions" title="请选择性别" description="如果选择保密会报错" @close="showSex = false" @select="sexSelect" > </u-action-sheet> <u-calendar :show="showCalendar" mode="range" @confirm="calendarConfirm" @close="calendarClose"...
<ua-table:columns="columns"headerBgColor="#eee":headerBold="true":stripe="true":data="data.list"@row-click="handleRowClick"@select="handleCheck"height="750rpx"style="border:1px solid #eee"><template#default="{row, col, index}"><blockv-if="col.slot == 'image'"><u-image:src="row...