Commit e3bae70a authored by 罗林杰's avatar 罗林杰

修改消费记录

parent 9c2c65ff
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
<view style="background-color: #F4F5F9;min-height: 100vh;"> <view style="background-color: #F4F5F9;min-height: 100vh;">
<!-- 页头--> <!-- 页头-->
<u-navbar @leftClick="backbar" bgColor="#F4F5F9" title="消费记录"></u-navbar> <u-navbar @leftClick="backbar" bgColor="#F4F5F9" title="消费记录"></u-navbar>
<z-paging ref="paging" v-model="record" @query="queryList" :fixed="true" :auto-show-back-to-top="true" :back-to-top-with-animate="false"> <z-paging ref="paging" v-model="dataList" @query="queryList" :fixed="true" :auto-show-back-to-top="true" :back-to-top-with-animate="false">
<view :style="{'top':navHeight+'px','position': 'relative'}"> <view :style="{'top':navHeight+'px','position': 'relative'}">
<u-tabbar <u-tabbar
:value="tabbarValue" :value="tabbarValue"
...@@ -16,9 +16,14 @@ ...@@ -16,9 +16,14 @@
</u-tabbar> </u-tabbar>
</view> </view>
<view class="recommendation" :style="{'top':navHeight+'px'}"> <view class="recommendation" :style="{'top':navHeight+'px'}">
<view>{{this.queryParam.beginTime}}+' '+{{this.queryParam.endTime}}</view> <view
v-if="queryParam.beginTime !=='' && queryParam.endTime !==''"
style="font-size: 12px;color: #3c9cff;text-align: center "
>
{{queryParam.beginTime}}-{{queryParam.endTime}}
</view>
<view class="card"> <view class="card">
<view class="recommendation-card" v-for="item in record"> <view class="recommendation-card" v-for="item in dataList">
<view class="card-image"style="justify-content: left;display: flex"> <view class="card-image"style="justify-content: left;display: flex">
<view style="margin-left: 20rpx;margin-top: 20rpx;"> <view style="margin-left: 20rpx;margin-top: 20rpx;">
<view style="font-weight: 400;font-size: 25rpx"> <view style="font-weight: 400;font-size: 25rpx">
...@@ -391,7 +396,7 @@ export default { ...@@ -391,7 +396,7 @@ export default {
grid-column-gap: 22rpx; grid-column-gap: 22rpx;
.recommendation-card { .recommendation-card {
max-height: 180rpx; min-height: 120rpx;
justify-content: space-between; justify-content: space-between;
display: flex; display: flex;
width: 680rpx; width: 680rpx;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment