Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
C
center-psp-show-h5
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
图表
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
EzijingWeb
center-psp-show-h5
Commits
9c264f07
提交
9c264f07
authored
5月 30, 2022
作者:
haodaking
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
chore: update
上级
517bb1be
隐藏空白字符变更
内嵌
并排
正在显示
2 个修改的文件
包含
12 行增加
和
14 行删除
+12
-14
AdmissionGuide.vue
src/modules/home/components/AdmissionGuide.vue
+1
-2
LearningMap.vue
src/modules/home/components/LearningMap.vue
+11
-12
没有找到文件。
src/modules/home/components/AdmissionGuide.vue
浏览文件 @
9c264f07
...
@@ -29,14 +29,13 @@ function showTips() {
...
@@ -29,14 +29,13 @@ function showTips() {
<div
class=
"admission-left"
>
<div
class=
"admission-left"
>
<h2>
解释文档
</h2>
<h2>
解释文档
</h2>
<div
class=
"box"
>
<div
class=
"box"
>
<ul
v-if=
"docs.length"
>
<ul>
<li
v-for=
"item in docs"
:key=
"item.id"
@
click=
"handleViewDoc(item)"
>
<li
v-for=
"item in docs"
:key=
"item.id"
@
click=
"handleViewDoc(item)"
>
<p>
{{
item
.
title
}}
</p>
<p>
{{
item
.
title
}}
</p>
<span>
{{
item
.
pv
}}
</span>
<span>
{{
item
.
pv
}}
</span>
<van-icon
name=
"arrow"
/>
<van-icon
name=
"arrow"
/>
</li>
</li>
</ul>
</ul>
<van-empty
description=
"暂无内容"
v-else
/>
</div>
</div>
</div>
</div>
<div
class=
"admission-right"
>
<div
class=
"admission-right"
>
...
...
src/modules/home/components/LearningMap.vue
浏览文件 @
9c264f07
...
@@ -31,16 +31,25 @@ function showTips() {
...
@@ -31,16 +31,25 @@ function showTips() {
<div
class=
"button"
><a
href=
"https://mp.weixin.qq.com/s/EdS6wpcdL0IEMK11WQ1Oyg"
target=
"_blank"
>
去学习
</a></div>
<div
class=
"button"
><a
href=
"https://mp.weixin.qq.com/s/EdS6wpcdL0IEMK11WQ1Oyg"
target=
"_blank"
>
去学习
</a></div>
</
template
>
</
template
>
<van-tabs
v-model:active=
"active"
shrink
background=
"transparent"
title-active-color=
"#033974"
title-inactive-color=
"#4E4E4E"
line-height=
"0"
>
<van-tabs
v-model:active=
"active"
shrink
background=
"transparent"
title-active-color=
"#033974"
title-inactive-color=
"#4E4E4E"
line-height=
"0"
>
<van-tab
title=
"课程导学"
>
<div
class=
"learn-box"
>
<LearningMapVideo></LearningMapVideo>
</div>
</van-tab>
<van-tab
title=
"学习进度"
>
<div
class=
"learn-box learn-course"
>
<LearningMapCourse></LearningMapCourse>
</div>
</van-tab>
<van-tab
title=
"解释文档"
>
<van-tab
title=
"解释文档"
>
<div
class=
"learn-box learn-docs"
>
<div
class=
"learn-box learn-docs"
>
<ul
v-if=
"docs.length"
>
<ul>
<li
v-for=
"item in docs"
:key=
"item.id"
@
click=
"handleViewDoc(item)"
>
<li
v-for=
"item in docs"
:key=
"item.id"
@
click=
"handleViewDoc(item)"
>
<p>
{{ item.title }}
</p>
<p>
{{ item.title }}
</p>
<span>
{{ item.pv }}
</span>
<span>
{{ item.pv }}
</span>
<van-icon
name=
"arrow"
/>
<van-icon
name=
"arrow"
/>
</li>
</li>
</ul>
</ul>
<van-empty
description=
"暂无内容"
v-else
/>
</div>
</div>
</van-tab>
</van-tab>
<van-tab
title=
"学前测评"
>
<van-tab
title=
"学前测评"
>
...
@@ -50,16 +59,6 @@ function showTips() {
...
@@ -50,16 +59,6 @@ function showTips() {
<a
class=
"button"
@
click=
"showTips"
>
去测评
</a>
<a
class=
"button"
@
click=
"showTips"
>
去测评
</a>
</div>
</div>
</van-tab>
</van-tab>
<van-tab
title=
"课程导学"
>
<div
class=
"learn-box"
>
<LearningMapVideo></LearningMapVideo>
</div>
</van-tab>
<van-tab
title=
"学习进度"
>
<div
class=
"learn-box learn-course"
>
<LearningMapCourse></LearningMapCourse>
</div>
</van-tab>
</van-tabs>
</van-tabs>
<div
class=
"learn-banner"
>
<div
class=
"learn-banner"
>
<router-link
to=
"/learn/course"
>
<router-link
to=
"/learn/course"
>
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论