摘要: 做分包的话,路径不能用../这种了,得加上分包名 阅读全文
posted @ 2021-08-03 16:13 王浅浅 阅读(127) 评论(0) 推荐(1) 编辑
摘要: html部分: // 列表组件 <dataList ref="course" :courseList="courseList" /> // 分页加载更多组件(该组件要去插件市场安装) <uni-load-more v-if="courseList.length > 5" :contentText=" 阅读全文
posted @ 2021-08-03 09:58 王浅浅 阅读(612) 评论(0) 推荐(1) 编辑
摘要: 思路很简单,就是父容器相对定位"position:relative",父容器内添加4个div,分别定位到父容器四个角,样式写成圆形,代码如下: <div class="conMsg"> <div class="circle leftTop"></div> <div class="circle rig 阅读全文
posted @ 2021-08-03 09:35 王浅浅 阅读(565) 评论(0) 推荐(1) 编辑