|
@@ -1,6 +1,6 @@
|
|
|
<template>
|
|
<template>
|
|
|
<view class="page">
|
|
<view class="page">
|
|
|
- <u-sticky zIndex="999" customNavHeight="0">
|
|
|
|
|
|
|
+ <u-sticky zIndex="999" offsetTop="0">
|
|
|
<view class="headerFilter dis ">
|
|
<view class="headerFilter dis ">
|
|
|
<view class="FilterItem dis a-c j-c " @click="dateShow=true">
|
|
<view class="FilterItem dis a-c j-c " @click="dateShow=true">
|
|
|
<text>{{ info.month || (info.createTimeStart && info.createTimeEnd ? `${info.createTimeStart}-${info.createTimeEnd}` : '时间') }}</text>
|
|
<text>{{ info.month || (info.createTimeStart && info.createTimeEnd ? `${info.createTimeStart}-${info.createTimeEnd}` : '时间') }}</text>
|
|
@@ -162,6 +162,7 @@
|
|
|
let res = await this.$http.post("/userAccount/getIncomeAndExpense", this.info)
|
|
let res = await this.$http.post("/userAccount/getIncomeAndExpense", this.info)
|
|
|
if (res.code == 200) {
|
|
if (res.code == 200) {
|
|
|
this.transactionList = res.data;
|
|
this.transactionList = res.data;
|
|
|
|
|
+ // this.transactionList.push(...res.data);
|
|
|
} else {
|
|
} else {
|
|
|
uni.showToast({
|
|
uni.showToast({
|
|
|
icon: 'none',
|
|
icon: 'none',
|