修改样式
This commit is contained in:
@@ -4,14 +4,14 @@
|
||||
<!-- <picker bindchange="onChangeYear" value="{{index}}" range="{{years}}"> -->
|
||||
<view class="yearPicker" bind:tap="clickYear">
|
||||
{{ year }}年
|
||||
<image src="/assets/images/down.png" mode="" class="down" />
|
||||
<van-icon name="arrow-down" custom-class="down" />
|
||||
</view>
|
||||
<!-- </picker> -->
|
||||
<!-- <picker bindchange="onChangeYear" value="{{index}}" range="{{years}}"> -->
|
||||
<view class="tenementPicker" bind:tap="clickMeter">
|
||||
<view wx:if="{{meterCode}}" class="tenementName"> {{ meterCode }} </view>
|
||||
<view wx:else> 全部 </view>
|
||||
<image src="/assets/images/down.png" mode="" class="down" />
|
||||
<van-icon name="arrow-down" custom-class="down" />
|
||||
</view>
|
||||
<!-- </picker> -->
|
||||
<view class="allMoney">
|
||||
|
Reference in New Issue
Block a user