fix: 修复 systype 错误的问题

This commit is contained in:
2025-09-14 20:59:26 +08:00
parent f3a1036b64
commit 19bc757dc2

View File

@@ -67,7 +67,7 @@
</div> </div>
<!-- 右侧 --> <!-- 右侧 -->
<div class="xcontent2-main content-div"> <div class="xcontent2-main content-div">
<!-- 内容导航 --> <!-- 内容导航 -->
<div class="topNav" v-if="!newData" style="display: flex; justify-content: center;align-items: center;flex-direction: row;background-color:#fff;"> <div class="topNav" v-if="!newData" style="display: flex; justify-content: center;align-items: center;flex-direction: row;background-color:#fff;">
<div> <div>
@@ -722,8 +722,8 @@ export default {
handleOptionClick(item, level, list) { handleOptionClick(item, level, list) {
// 线上品牌展示效果 // 线上品牌展示效果
this.newData = item.newData; this.newData = item.newData;
this.courseChosen = item.name this.courseChosen = item.id
console.log(item.name, "---------"); console.log(item, "---------");
// 单选,排除法 // 单选,排除法
this.oneList.forEach(one => { this.oneList.forEach(one => {
one.checked = false; one.checked = false;