mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-17 14:56:44 +08:00
u选小课堂跳转
This commit is contained in:
@@ -22,7 +22,7 @@
|
||||
<div class="detailContent">
|
||||
<div :class="dataList.length <= 7 ? 'detailbgc' : 'detailAllbgc'">
|
||||
<div v-for="item, index in dataList" :key="index">
|
||||
<el-popover popper-class="pathdetails" placement="right-start" width="360" trigger="hover"
|
||||
<el-popover popper-class="pathdetails" placement="right-start" width="360" trigger="click"
|
||||
:visible-arrow="false">
|
||||
<div style="font-size: 14px;padding: 20px 20px 10px; ">
|
||||
<div style="font-size: 16px;font-weight: 600">{{ item.title }}</div>
|
||||
@@ -338,6 +338,12 @@ export default {
|
||||
mounted() {
|
||||
},
|
||||
methods: {
|
||||
cylClick() {
|
||||
window.open("https://u.boe.com/pc/course?keyword=创新力专区");
|
||||
},
|
||||
tylClick() {
|
||||
window.open("https://m.qingxuetang.com/x/?appId=qxtcorp306130");
|
||||
},
|
||||
handleClick(tab, event) {
|
||||
console.log(tab, event);
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user