2023年2月3日

摘要: import { extend } from 'umi-request';import router from 'umi/router';import { message } from 'antd';import { invokeBucLogin } from '@/utils/utils'; me 阅读全文
posted @ 2023-02-03 14:07 波妞lan 阅读(35) 评论(0) 推荐(0)
 
摘要: <view class="tree"> <block a:for="{{datas}}" a:key="index"> <view class="tree-item"> <label class="tree-item-left"> <am-checkbox ctrlChecked="{{item.c 阅读全文
posted @ 2023-02-03 14:06 波妞lan 阅读(46) 评论(0) 推荐(0)
 
摘要: <view class="tree_Box"> <!-- 有多个 --> <view class="tree" a:for="{{datas}}" a:key="{{item.id}}"> <view class="tree_childern_item" a:if="{{item.children. 阅读全文
posted @ 2023-02-03 14:04 波妞lan 阅读(23) 评论(0) 推荐(0)