摘要: html <view class="imgItems"> <view class="grace-file-list" style="padding: 0;margin-bottom: 50upx"> <view class="items" v-for="(item, index) in fastIm 阅读全文
posted @ 2019-08-09 11:26 太极面 阅读(4881) 评论(0) 推荐(0) 编辑
摘要: 当给button添加border属性并切边角时,会发现button的四个角位置会有线(根据手机不同有的会显示,有的不会),这个线就是uni-app本身自带的border,用button::after{ border: none;} 可以去掉 阅读全文
posted @ 2019-08-09 09:47 太极面 阅读(6521) 评论(0) 推荐(1) 编辑
摘要: 1.对于HTML元素本身就带有的固有属性,在处理时,使用prop方法; 对于HTML元素我们自己自定义的DOM属性,在处理时,使用attr方法。 2.比如要写成disabled ="disabled",checked="checked", attr("checked")获取checkbox的chec 阅读全文
posted @ 2019-08-06 10:31 太极面 阅读(289) 评论(0) 推荐(0) 编辑
摘要: 1、//跳转到page页面并传一个变量customerTaskId showVideo(index) { let file = this.fastImgLists[index].id; console.log(file); uni.navigateTo({ url: `../page/page?cu 阅读全文
posted @ 2019-08-05 14:44 太极面 阅读(18829) 评论(0) 推荐(0) 编辑