修改搜索条件被截掉的问题,新增电表列表
This commit is contained in:
@@ -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>
|
||||
|
Reference in New Issue
Block a user