修复选择衣服后刷新进入tryOn的衣服和生成的不一致
This commit is contained in:
@@ -32,6 +32,7 @@ const options = ref<any[]>([
|
||||
])
|
||||
|
||||
const handleSelect = (value: string) => {
|
||||
if(value == 'meal')return
|
||||
const generateParams = userInfoStore.getGenerateParams()
|
||||
generateParams.sex = value
|
||||
userInfoStore.setGenerateParams(generateParams)
|
||||
|
||||
Reference in New Issue
Block a user