01 2023 档案

摘要:原理很简单,就是通过小程序的组件 递归来实现 首先创建一个组件。 treeList.wxml <view class="treeList c{{step}}"> <view class="line" style="margin-left:{{(step-1)*40}}px;"></view> <vi 阅读全文
posted @ 2023-01-04 22:31 一朵包纸 阅读(534) 评论(0) 推荐(0)