08 2018 档案

摘要:外层循环正常嵌套,内层循环嵌套的时候,把item.swiper_buy作为数组循环wx:for="{{item.swiper_buy}}",然后给item重新命名wx:for-item="cell",内部循环的时候,就是{{cell.属性}} wxml: js: 参考:https://blog.cs 阅读全文
posted @ 2018-08-10 10:25 Hakuna__Matata 阅读(9456) 评论(1) 推荐(0)
摘要:实现的效果: js: wxml: wxss: 转自:https://blog.csdn.net/qq_26420489/article/details/62044526 参考:https://www.cnblogs.com/till-the-end/p/8935152.html 阅读全文
posted @ 2018-08-09 19:33 Hakuna__Matata 阅读(4843) 评论(0) 推荐(1)
摘要:scroll-view隐藏滚动条方法,在wxss里加入以下代码: ::-webkit-scrollbar{ width: 0; height: 0; color: transparent; } 转自:https://blog.csdn.net/namecz/article/details/79109 阅读全文
posted @ 2018-08-09 17:49 Hakuna__Matata 阅读(384) 评论(0) 推荐(0)