Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
self-support
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
李俊赕
self-support
Commits
d5796b54
Commit
d5796b54
authored
Apr 20, 2021
by
Facius
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
视频教学大纲
parent
7f521e97
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
272 additions
and
244 deletions
+272
-244
pages.json
src/pages.json
+2
-1
index.vue
src/pages/index/index.vue
+236
-238
course-detail.vue
src/pages/learn/course-detail.vue
+34
-5
No files found.
src/pages.json
View file @
d5796b54
...
@@ -6,7 +6,8 @@
...
@@ -6,7 +6,8 @@
{
{
"path"
:
"pages/index/index"
,
"path"
:
"pages/index/index"
,
"style"
:
{
"style"
:
{
"navigationBarTitleText"
:
"首页"
"navigationBarTitleText"
:
"首页"
,
"navigationStyle"
:
"custom"
}
}
},
},
{
{
...
...
src/pages/index/index.vue
View file @
d5796b54
This diff is collapsed.
Click to expand it.
src/pages/learn/course-detail.vue
View file @
d5796b54
...
@@ -12,11 +12,10 @@
...
@@ -12,11 +12,10 @@
</view>
</view>
<view>
接单操作须知有助你快速了解充电桩安装业务,提高接单效率,请认真查看及学习。
</view>
<view>
接单操作须知有助你快速了解充电桩安装业务,提高接单效率,请认真查看及学习。
</view>
</view>
</view>
<view
class=
"learn-view"
>
<view
class=
"learn-view"
v-if=
"currentIndex >= 0"
>
<view
class=
"learn-view-title"
>
内容大纲
</view>
<view
class=
"learn-view-title"
>
视频内容介绍
</view>
<view
class=
"learn-list"
v-for=
"(item, key) in courseOutline"
:key=
"key"
>
<view
class=
"learn-list"
v-for=
"(item, key) in courseOutline
s[currentIndex]
"
:key=
"key"
>
<view
class=
"learn-list-item"
>
{{
item
}}
</view>
<view
class=
"learn-list-item"
>
{{
item
}}
</view>
<view
class=
"line-view"
></view>
</view>
</view>
</view>
</view>
</view>
</view>
...
@@ -33,8 +32,38 @@
...
@@ -33,8 +32,38 @@
courseSrc
:
''
,
courseSrc
:
''
,
courseTitle
:
''
,
courseTitle
:
''
,
courseDesc
:
''
,
courseDesc
:
''
,
c
ourseOutline
:
[
'1 aaa'
,
'2 bbb'
]
// 视频大纲
c
urrentIndex
:
-
1
// 第几个视频
};
};
},
computed
:
{
courseOutlines
()
{
return
[[
'1、考核规则:接单及时率'
,
'2、考核规则:上门及时率'
,
'3、考核规则:安装完工率'
,
'4、考核规则:资料提交及时率'
,
'5、考核规则:安装完工率'
,
'6、考核规则:客户满意度'
],
[
'1、必备材料4大类'
,
'2、施工工具准备'
],
[
'1、接线安装工艺标准'
,
'2、PVC、镀锌管电缆管明敷'
,
'3、电缆敷设的防火要求'
,
'4、电源点标识'
,
'5、配电箱接线及安装'
,
'6、管线敷设接头处理'
,
'7、充电桩内部接线'
,
'8、配电箱安装'
],
[
'1、勘测环节录单要求'
,
'2、安装环节录单要求'
]]
}
},
},
onLoad
(
e
)
{
onLoad
(
e
)
{
if
(
e
)
{
if
(
e
)
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment