From 0c9b00f333f9baaffa9140fd1808a26e0af8416b Mon Sep 17 00:00:00 2001
From: zhangwei <1504152376@qq.com>
Date: 星期四, 05 九月 2024 17:19:07 +0800
Subject: [PATCH] 一些错误更改

---
 src/pages/checkin/index.vue |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/src/pages/checkin/index.vue b/src/pages/checkin/index.vue
index 69ab5c1..f50ca1c 100644
--- a/src/pages/checkin/index.vue
+++ b/src/pages/checkin/index.vue
@@ -2,7 +2,7 @@
 	<view class="full-page">
 		<up-sticky>
 			<view class="coreshop-ff content c-p-10">
-				<up-search placeholder="璇风偣鍑婚�夋嫨鏃ユ湡" @clickIcon='clickIcon' v-model="wordDate" search-icon="calendar"
+				<up-search placeholder="璇风偣鍑婚�夋嫨鏃ユ湡"  @clickIcon='clickIcon' v-model="wordDate" search-icon="calendar"
 					@custom='PostMyDakaListPage'></up-search>
 			</view>
 			<up-subsection :list="list" activeColor="#f9ae3d" @change="sectionChange"></up-subsection>
@@ -49,7 +49,7 @@
 								<text>
 									鏁伴噺锛�
 								</text>
-								<up-input v-if="item.isShenPiName!=='宸茬粨绠�'" style="padding: 0;" size='mini'
+								<up-input v-if="item.isShenPiName!=='宸茬粨绠�'" type="digit" style="padding: 0;" size='mini'
 									border="surround"
 									@blur='(val) => {item.todaySalary=$util.roundToTwo(item.workCount*item.workPrice)}'
 									v-model="item.workCount"></up-input>
@@ -170,6 +170,7 @@
 			this.isJieSuan = ''
 			this.loadStatus = 'loadmore'
 			this.PostMyDakaListPage();
+			uni.stopPullDownRefresh();
 		},
 		methods: {
 			sectionChange(val) {

--
Gitblit v1.9.1