修改搜索条件被截掉的问题,新增电表列表

This commit is contained in:
2025-01-14 17:10:46 +08:00
parent b905da6035
commit 2b653ea3ed
10 changed files with 33 additions and 18 deletions

View File

@@ -62,19 +62,19 @@
<view class="cardItemValue" style="position: relative;">
<view class="text" wx:if="{{user.id}}"> {{meter.money}} </view>
<view class="text" wx:else> --- </view>
<!-- bind:click="jumpToMeterList" -->
<!-- bind:click="refreshMeter" -->
<van-button
type="info"
size="small"
plain="{{true}}"
custom-style="position: absolute; right: -20rpx; bottom: -20rpx;z-index: 99;"
wx:if="{{user.id}}"
bind:click="refreshMeter"
bind:click="jumpToMeterList"
>
<view style="width: 160rpx;display: flex;justify-content: center;">
<van-icon name="replay" />
<!-- 查看全部 -->
刷新
<!-- <van-icon name="replay" /> -->
查看全部
<!-- 刷新 -->
</view>
</van-button>
</view>