From 2709890573ac93e7ba6579b658ebc95a15185962 Mon Sep 17 00:00:00 2001 From: congzc Date: Wed, 25 Oct 2023 10:54:37 +0800 Subject: [PATCH] 1 --- src/pages/chooseStyle/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/chooseStyle/index.vue b/src/pages/chooseStyle/index.vue index 05c78f4..103f897 100644 --- a/src/pages/chooseStyle/index.vue +++ b/src/pages/chooseStyle/index.vue @@ -107,7 +107,7 @@ const sexList2 = ref([ const mouldType = ref(""); const mouldTypeList = ref([ { name: "单人", id: 1 }, - // { name: "多人", id: 2 }, + { name: "多人", id: 2 }, ]); // 点击tab function chooseTab(item) {