From 0709a6b7c0e3a19faa404ce852df855529f28396 Mon Sep 17 00:00:00 2001 From: wangxiangwen4 <1906413238@qq.com> Date: Wed, 16 Jul 2025 14:53:51 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BD=91=E9=A1=B5=E8=AD=A6=E5=91=8A=E6=94=B9?= =?UTF-8?q?=E6=AD=A3+=E7=AD=89=E7=BA=A7=E7=AE=A1=E7=90=86=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2=E9=87=8D=E6=96=B0=E5=88=B6=E4=BD=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/views/zhongchou/activity/detail/index.vue | 12 +- .../src/views/zhongchou/activity/index.vue | 1 + .../src/views/zhongchou/activity/set/index.vue | 14 +- .../views/zhongchou/gift/importFixedList/index.vue | 7 +- .../src/views/zhongchou/gift/importuser/index.vue | 7 +- activitylink/src/views/zhongchou/gift/index.vue | 3 +- activitylink/src/views/zhongchou/index.vue | 31 +- activitylink/src/views/zhongchou/level/index.vue | 602 +++++++++++---------- activitylink/src/views/zhongchou/winning/index.vue | 10 +- 9 files changed, 350 insertions(+), 337 deletions(-) diff --git a/activitylink/src/views/zhongchou/activity/detail/index.vue b/activitylink/src/views/zhongchou/activity/detail/index.vue index fce5361..2d9d981 100644 --- a/activitylink/src/views/zhongchou/activity/detail/index.vue +++ b/activitylink/src/views/zhongchou/activity/detail/index.vue @@ -219,14 +219,16 @@ const goBack = () => { // 搜索逻辑 const handleSearch = () => { - console.log('Search:', searchName.value, searchJingwangId.value, searchMarket.value) + console.log('Search:', searchdata.value) } // 重置搜索条件 const handleReset = () => { - searchName.value = '' - searchJingwangId.value = '' - searchMarket.value = '' + searchdata.value = { + name: '', + jingwangId: '', + market: '' + } } // 导出数据 @@ -247,7 +249,7 @@ const handleCurrentChange = (val) => { // 输入精网号处理 const handleJingwangIdInput = (value) => { - searchJingwangId.value = value.replace(/\D/g, '') + searchdata.value.jingwangId = value.replace(/\D/g, '') } diff --git a/activitylink/src/views/zhongchou/activity/index.vue b/activitylink/src/views/zhongchou/activity/index.vue index 26c5bde..83f070f 100644 --- a/activitylink/src/views/zhongchou/activity/index.vue +++ b/activitylink/src/views/zhongchou/activity/index.vue @@ -47,6 +47,7 @@ title="添加活动" width="500" align-center + @closed="cancel" > diff --git a/activitylink/src/views/zhongchou/activity/set/index.vue b/activitylink/src/views/zhongchou/activity/set/index.vue index 7d558c1..979214a 100644 --- a/activitylink/src/views/zhongchou/activity/set/index.vue +++ b/activitylink/src/views/zhongchou/activity/set/index.vue @@ -49,7 +49,7 @@ - + 您确定要设置初始数据为 {{ initialData }} 分钟吗?