From 208b5a9f559dd2c7298759fdfe37d07c926cbd4d Mon Sep 17 00:00:00 2001 From: zhangwei <1504152376@qq.com> Date: 星期一, 23 九月 2024 17:09:21 +0800 Subject: [PATCH] 完善提现 --- src/pages/checkin/index.vue | 8 +++++--- 1 files changed, 5 insertions(+), 3 deletions(-) diff --git a/src/pages/checkin/index.vue b/src/pages/checkin/index.vue index 929ee2e..0c37548 100644 --- a/src/pages/checkin/index.vue +++ b/src/pages/checkin/index.vue @@ -3,10 +3,12 @@ <up-sticky> <view class="coreshop-ff content c-p-l-10 c-p-t-10 c-p-r-10"> <!-- <up-input shape="round" class="u-search__content__input"></up-input> --> - <up-search placeholder="璇疯緭鍏ュ叕鍙稿悕绉�" :show-action="false" v-model="Suppliername" @clear='PostMyDakaListPage' @search='PostMyDakaListPage'></up-search> + <up-search placeholder="璇疯緭鍏ュ叕鍙稿悕绉�" :show-action="false" v-model="Suppliername" @clear='PostMyDakaListPage' + @search='PostMyDakaListPage'></up-search> </view> <view class="coreshop-ff content c-p-10"> - <up-search placeholder="璇风偣鍑婚�夋嫨鎵撳崱鏃ユ湡" @click='clickIcon' @clear='PostMyDakaListPage' disabled v-model="wordDate" search-icon="calendar" @search='PostMyDakaListPage' + <up-search placeholder="璇风偣鍑婚�夋嫨鎵撳崱鏃ユ湡" @click='clickIcon' @clear='PostMyDakaListPage' disabled + v-model="wordDate" search-icon="calendar" @search='PostMyDakaListPage' @custom='PostMyDakaListPage'></up-search> </view> <up-subsection :list="list" activeColor="#f9ae3d" @change="sectionChange"></up-subsection> @@ -254,7 +256,7 @@ if (this.pageIndex == 1) { this.viewList = res.data.items } else { - this.viewList.concat(...res.data.items) + this.viewList = this.viewList.concat(...res.data.items) } console.log(this.viewList, this.viewList.length, 'this.viewList'); this.viewList.forEach(item => { -- Gitblit v1.9.1