From 4eac422e52a4d28fb651b75d0f054697c7a2c0fa Mon Sep 17 00:00:00 2001
From: MrShi <1878285526@qq.com>
Date: 星期一, 09 二月 2026 15:14:13 +0800
Subject: [PATCH] 优化

---
 web/pages/merchant/merchatCenter/noveltyManger/noveltyManger.vue |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/web/pages/merchant/merchatCenter/noveltyManger/noveltyManger.vue b/web/pages/merchant/merchatCenter/noveltyManger/noveltyManger.vue
index 860dfa7..b228a8b 100644
--- a/web/pages/merchant/merchatCenter/noveltyManger/noveltyManger.vue
+++ b/web/pages/merchant/merchatCenter/noveltyManger/noveltyManger.vue
@@ -2,7 +2,7 @@
 	<view class="activity-list">
 		<view class="search-area" style="">
 			<view class="search-conainer">
-				<uni-easyinput
+				<!-- <uni-easyinput
 					:inputBorder="false"
 					style="margin: auto 0;"
 					prefixIcon="search"
@@ -10,10 +10,10 @@
 					placeholder="鎼滅储鏂伴矞浜�"
 					confirmType="search"
 					@confirm="confirm"
-				></uni-easyinput>
+				></uni-easyinput> -->
 			</view>
 		</view>
-		<mescroll-body
+		<!-- <mescroll-body
 			ref="mescrollRef"
 			@init="mescrollInit"
 			:top="orderTop"
@@ -27,7 +27,7 @@
 					@deleteAction="deleteAction"
 				></noveltyItem>
 			</view>
-		</mescroll-body>
+		</mescroll-body> -->
 		<view class="bottom-add"></view>
 		<view class="bottom-add" style="position: fixed; bottom: 0;">
 			<view class="add-action" @click="select">鏂板鏂伴矞浜�</view>
@@ -36,10 +36,10 @@
 </template>
 
 <script>
-	import MescrollMixin from "@/uni_modules/mescroll-uni/components/mescroll-uni/mescroll-mixins.js";
+	// import MescrollMixin from "@/uni_modules/mescroll-uni/components/mescroll-uni/mescroll-mixins.js";
 	import noveltyItem from './noveltyItem.vue'
 	export default {
-		mixins: [MescrollMixin],
+		// mixins: [MescrollMixin],
 		components: { noveltyItem },
 		data() {
 			

--
Gitblit v1.9.3