|
@@ -107,7 +107,7 @@ const sexList2 = ref([ |
|
|
const mouldType = ref(""); |
|
|
const mouldType = ref(""); |
|
|
const mouldTypeList = ref([ |
|
|
const mouldTypeList = ref([ |
|
|
{ name: "单人", id: 1 }, |
|
|
{ name: "单人", id: 1 }, |
|
|
// { name: "多人", id: 2 }, |
|
|
|
|
|
|
|
|
{ name: "多人", id: 2 }, |
|
|
]); |
|
|
]); |
|
|
// 点击tab |
|
|
// 点击tab |
|
|
function chooseTab(item) { |
|
|
function chooseTab(item) { |
|
|