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/merchantActivity/applyList.vue | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/web/pages/merchant/merchatCenter/merchantActivity/applyList.vue b/web/pages/merchant/merchatCenter/merchantActivity/applyList.vue
index 23b62e7..86f6b63 100644
--- a/web/pages/merchant/merchatCenter/merchantActivity/applyList.vue
+++ b/web/pages/merchant/merchatCenter/merchantActivity/applyList.vue
@@ -44,10 +44,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 activityApplyItem from '@/components/merchant/activityApplyItem.vue'
export default {
- mixins: [MescrollMixin],
+ // mixins: [MescrollMixin],
components: { activityApplyItem },
data() {
--
Gitblit v1.9.3