useEffect(() => {
if (defaultBrand && defaultBrand.length > 0) {
setVibe(defaultBrand); // Set default model to the first model of the default brand
} else {
setVibe("Random"); // Set default model to the first model of the default brand
}
}, [brandVibe]);
本文著作权归作者 [ admin ] 享有,未经作者书面授权,禁止转载,封面图片来源于 [ 互联网 ] ,本文仅供个人学习、研究和欣赏使用。如有异议,请联系博主及时处理。