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) {