This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
suimang
/
Metavatar_Screen
Watch
2
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
1
dev_czc
congzc
1 year ago
parent
04e07e6d35
commit
2709890573
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
src/pages/chooseStyle/index.vue
+ 1
- 1
src/pages/chooseStyle/index.vue
View File
@@ -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) {
Write
Preview
Loading…
Cancel
Save