From e45ef170aabb7ae89d2caa513d7ec9c69e33f8eb Mon Sep 17 00:00:00 2001 From: yanzai Date: Mon, 20 Jan 2025 16:53:13 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8C=BB=E7=94=9Fweb=E5=8F=8C=E5=87=BB?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Laravel/public/tool/register.html | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/Laravel/public/tool/register.html b/Laravel/public/tool/register.html index 4c89cf4..f97e366 100644 --- a/Laravel/public/tool/register.html +++ b/Laravel/public/tool/register.html @@ -248,7 +248,7 @@ - 选择套餐 + 选择套餐
@@ -850,9 +850,16 @@ } getBuyInfo('3'); } + const selectComboFunc = ()=>{ + combo_dialog_show.value = true + ComboisClickDisabled.value = false; + } const combo_table_ref = ref(null) const combo_dialog_show = ref(false) + let ComboisClickDisabled =ref(false) ; const comboRowClick = (e, index) => { + if (ComboisClickDisabled.value) return; + ComboisClickDisabled.value = true; if (select_data.value.combo === e.combo_id) { select_data.value.combo = '' } else { @@ -1019,6 +1026,7 @@ tableRowClick, planDialogShowClick, comboSearchClick, + selectComboFunc, combo_search_input, married_array, plan_list,