”uni-app弹框事件“ 的搜索结果

     <!-- 倒计时 --> <view> <u-verification-code :seconds="seconds" ref="countDownCode" @change="codeChange"> </u-verification-code> <view @tap="getCountDownCode.../view&gt.

     在uni-app中,可以通过给子组件设置ref属性来获取子组件实例,从而实现传值。具体步骤如下: 1.在父组件中给子组件设置ref属性,例如:ref="dialogSonName"。 2.在父组件中获取子组件实例,例如:this.$refs....

     页面代码 ...uni-popup ref="popup" type="center"> <view class="box"> <text class="close" @click="close"></text> <input type="text" /> <button

     实现功能:上传只能上传一个,如果文件列表有值点击上传进行toast提示,不再出现选择文件弹框,只获取数据,展示的文件列表使用uview的u-cell-group。可以使用这个插件,验证过可以上传pdf;具体使用可以去看文档。...

     路由跳转 setpass() {uni.navigateTo({url: 'setpasstwo'+this.id})} 页面接受参数 onLoad: function(option) { this.code = option.code; //option参数的对象 },

     uni-app弹窗,及弹窗延迟跳转问题 参考网址: 1.显示框:https://blog.csdn.net/zhuoganliwanjin/article/details/81872358 2.延迟跳转:https://blog.csdn.net/qq_32958797/article/details/88993900 项目中使用了...

     uni-app获取元素高度及屏幕高度(uni-app不可使用document) uni.getSystemInfo({  success: function(res) { // res - 各种参数  console.log(res.windowHeight); // 屏幕的宽度  let info = uni....

     uni.showModel的阴影背景不能遮挡导航栏,弹窗效果不是很完美。要求弹出弹框时,将整个页面都覆盖在阴影层下。 个人用的ui组件uView,具体方案也是采用uView的压窗屏,其思路和方案可以参考官方文档 不过个人在此上...

     1、input的placeholder样式无法直接覆盖 使用placeholder-class属性设置一个类名,再用该类名写样式去覆盖掉原有的样式 <input type="text" v-model="searchName" ...两种模式,现在uni-app推荐adjustResiz.

     <view class="times-list"> <view class="checkedNo" :class="{ checkedYes: checkedArrey.indexOf(i) != -1 }" v-for="(time, i) in classList" :key="i" @click="appointment(i)">...

10  
9  
8  
7  
6  
5  
4  
3  
2  
1