|
|
@@ -23,7 +23,7 @@
|
|
|
<!-- 列表上半部分 -->
|
|
|
<view style="display: flex;padding:3vw; border-radius: 15rpx 15rpx 0 0 " class="tile-class" data-open="{{item.open}}"data-item = "{{item}}"data-index = "{{index}}" bindtap="onchange">
|
|
|
<view style="display: flex;flex: 1;" >
|
|
|
- <van-image round width="35rpx" height="35rpx" src="/static/image/summarize.png" />
|
|
|
+ <van-image round width="35rpx" height="35rpx" fit="fill" src="/static/image/summarize.png" />
|
|
|
<view style="margin-left:5vw;font-size: 16px;">{{item.orgName}}</view>
|
|
|
</view>
|
|
|
<view style=" text-align: right;" >
|
|
|
@@ -35,7 +35,7 @@
|
|
|
<view wx:if="{{ !item.open}}" wx:for="{{item.children}}"wx:for-item="item_" wx:for-index="index_" class="list-below-item">
|
|
|
<view style="width: 100vw; display:flex;align-items:center; font-size:36rpx;margin-top: 5px;">
|
|
|
<view class="tree_left">
|
|
|
- <van-image round width="40rpx" height="40rpx" src="/static/image/tree.png" />
|
|
|
+ <van-image round width="40rpx" height="40rpx" fit="fill" src="/static/image/tree.png" />
|
|
|
</view>
|
|
|
<view style="margin-left: 5vw;font-size: 14px;" data-item="{{item}}" data-type="sub" data-open="{{item.open}}" bindtap="clickName">
|
|
|
{{item_.orgName}}
|