From 11d088691846b94d336191a3389e71f2294dc4b6 Mon Sep 17 00:00:00 2001 From: whycq <10027870+whycq@user.noreply.gitee.com> Date: 星期四, 24 八月 2023 17:14:04 +0800 Subject: [PATCH] # --- pages/business/cstmr/csmtr.vue | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/pages/business/cstmr/csmtr.vue b/pages/business/cstmr/csmtr.vue index f785795..0823b11 100644 --- a/pages/business/cstmr/csmtr.vue +++ b/pages/business/cstmr/csmtr.vue @@ -4,7 +4,7 @@ <view class="search-bg"> <uni-search-bar placeholder="瀹㈡埛浠e彿/鍚嶇О" bgColor="#f4f4f4" @confirm="search" /> </view> - <scroll-view> + <view> <!-- 瀹㈡埛鍒楄〃 --> <view class="c-list" @click="getDetails(item.id)" v-for="(item,index) in csmtrList" :key="index"> <view class="titles"><y-title :title="item.name"></y-title></view><view></view> @@ -17,7 +17,7 @@ <view class="list-item1">鍒涘缓浜�</view><view class="list-item2">{{item.createBy$}}</view> <view class="list-item1">鍒涘缓鏃堕棿</view><view class="list-item2">{{item.createTime$}}</view> </view> - </scroll-view> + </view> <uni-load-more :status="status" :icon-size="16" :content-text="contentText" /> </view> </template> @@ -30,7 +30,7 @@ last_id: '', reload: false, status: 'more', - curr:1, + curr:2, contentText: { contentdown: '涓婃媺鍔犺浇鏇村', contentrefresh: '鍔犺浇涓�', @@ -100,7 +100,7 @@ }, }) }, - getCsmtr(e) { + getCsmtr() { let that = this uni.request({ url: that.baseUrl + '/cstmr/page/auth', -- Gitblit v1.9.1