Przeglądaj źródła

收支记录样式层级错乱修复

@dongkboy 3 tygodni temu
rodzic
commit
f1c678efe1
1 zmienionych plików z 2 dodań i 1 usunięć
  1. 2 1
      pages/wallet/incomeExpenseRecord.vue

+ 2 - 1
pages/wallet/incomeExpenseRecord.vue

@@ -1,6 +1,6 @@
 <template>
 	<view class="page">
-		<u-sticky zIndex="999" customNavHeight="0">
+		<u-sticky zIndex="999" offsetTop="0">
 			<view class="headerFilter dis ">
 				<view class="FilterItem dis a-c j-c " @click="dateShow=true">
 					<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)
 				if (res.code == 200) {
 					this.transactionList = res.data;
+					// this.transactionList.push(...res.data);
 				} else {
 					uni.showToast({
 						icon: 'none',