|
|
@@ -8,8 +8,8 @@
|
|
|
</view>
|
|
|
</view>
|
|
|
<view style="margin-left:50upx;margin-bottom:26upx;position:relative;">
|
|
|
- <DateSelect class="bar" top="0" @selectDateFn="selectDateFn" />
|
|
|
- </view>
|
|
|
+ <DateSelect class="bar" top="0" @selectDateFn="selectDateFn" defaultShowName='今年' />
|
|
|
+ </view>
|
|
|
<block v-if="!$util.isEmpty(list.data)">
|
|
|
<view v-for="(item, index) in list.data" :key="index">
|
|
|
<view style="background-color: white;margin-bottom:15upx;padding:18upx 0 18upx 30upx;font-size:28upx;">
|