08 2019 档案

摘要:<link href="css/mui.min.css" rel="stylesheet"/><link href="mystyle.css" rel="stylesheet"/> 注意顺序.mui-table-view:after{ height:0}.mui-table-view:before{ 阅读全文
posted @ 2019-08-23 14:31 太极面 阅读(1063) 评论(0) 推荐(0)
摘要: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 太极面 阅读(4963) 评论(0) 推荐(0)
摘要:当给button添加border属性并切边角时,会发现button的四个角位置会有线(根据手机不同有的会显示,有的不会),这个线就是uni-app本身自带的border,用button::after{ border: none;} 可以去掉 阅读全文
posted @ 2019-08-09 09:47 太极面 阅读(6700) 评论(0) 推荐(1)
摘要:1.对于HTML元素本身就带有的固有属性,在处理时,使用prop方法; 对于HTML元素我们自己自定义的DOM属性,在处理时,使用attr方法。 2.比如要写成disabled ="disabled",checked="checked", attr("checked")获取checkbox的chec 阅读全文
posted @ 2019-08-06 10:31 太极面 阅读(322) 评论(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 太极面 阅读(19320) 评论(0) 推荐(0)