修改样式

This commit is contained in:
2025-09-18 15:34:44 +08:00
parent b61f3287fb
commit aea85af0f9
8 changed files with 17 additions and 7 deletions

View File

@@ -5,7 +5,8 @@
"van-button": "@vant/weapp/button/index",
"van-icon": "@vant/weapp/icon/index",
"editModal": "./components/editModal/index",
"pagination": "/components/pagination/index"
"pagination": "/components/pagination/index",
"empty": "/components/empty/index"
},
"navigationStyle": "custom"
}

View File

@@ -1,6 +1,5 @@
<!--pages/readingHistory/index.wxml-->
<navigator title="历史抄表记录" canBack="{{true}}" />
{{id}}
<view class="wrapper">
<meterInfo meterInfo="{{meterInfo}}" />
<view class="historyTitle">
@@ -41,7 +40,7 @@
<pagination currentIndex="{{page}}" totalPage="{{totalPage}}" bind:pagingChange="onChangePage" />
</view>
<empty bind:refresh="init" wx:else />
<empty bind:refresh="refresh" wx:else />
</view>
</view>