From 5c7346ae49eb14643f17c6d3cb30c175160953e3 Mon Sep 17 00:00:00 2001 From: yujialong <479214531@qq.com> Date: Wed, 16 Jun 2021 15:56:25 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AF=BE=E5=89=8D=E9=A2=84=E4=B9=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/page/TeachingVideo.vue | 28 ++++++++++++++++++--------- 1 file changed, 19 insertions(+), 9 deletions(-) diff --git a/src/components/page/TeachingVideo.vue b/src/components/page/TeachingVideo.vue index 41eea45..acdbaa4 100644 --- a/src/components/page/TeachingVideo.vue +++ b/src/components/page/TeachingVideo.vue @@ -27,7 +27,7 @@

学习资源

-

{{item.title}}

+

{{index + 1}}.{{item.title}}

@@ -119,45 +119,55 @@ export default { videoSrc: '', userId: this.$store.state.userId, videoList: [{ + "id": 1, + "links": "https://huoran.oss-cn-shenzhen.aliyuncs.com/video/technology/期权交易概述.mp4", + "isdel": 0, + "title": "期权交易概述" + }, { + "id": 3, + "links": "https://huoran.oss-cn-shenzhen.aliyuncs.com/video/technology/期权交易策略.mp4", + "isdel": 0, + "title": "期权交易策略" + },{ "id": 1, "links": "https://huoran.oss-cn-shenzhen.aliyuncs.com/20201209/mp4/1336580023842791424.mp4", "isdel": 0, - "title": "1.期货-现货平价关系" + "title": "期货-现货平价关系" }, { "id": 3, "links": "https://huoran.oss-cn-shenzhen.aliyuncs.com/20201209/mp4/1336581691573559296.mp4", "isdel": 0, - "title": "2.期货的套期保值" + "title": "期货的套期保值" }, { "id": 6, "links": "https://huoran.oss-cn-shenzhen.aliyuncs.com/20201209/mp4/1336598531863502848.mp4", "isdel": 0, - "title": "3.期货投机与杠杆交易" + "title": "期货投机与杠杆交易" }, { "id": 5, "links": "https://huoran.oss-cn-shenzhen.aliyuncs.com/20201209/mp4/1336581832917409792.mp4", "isdel": 0, - "title": "4.期权的价格特征" + "title": "期权的价格特征" }, { "id": 2, "links": "https://huoran.oss-cn-shenzhen.aliyuncs.com/20201209/mp4/1336598228112007168.mp4", "isdel": 0, - "title": "5.看涨-看跌期权平价关系" + "title": "看涨-看跌期权平价关系" }, { "id": 7, "links": "https://huoran.oss-cn-shenzhen.aliyuncs.com/20201209/mp4/1336581976211611648.mp4", "isdel": 0, - "title": "6.二项式/二叉树期权定价模型" + "title": "二项式/二叉树期权定价模型" }, { "id": 4, "links": "https://huoran.oss-cn-shenzhen.aliyuncs.com/20201209/mp4/1336598396169379840.mp4", "isdel": 0, - "title": "7.两阶段(两步)二项式期权定价" + "title": "两阶段(两步)二项式期权定价" }, { "id": 9, "links": "https://huoran.oss-cn-shenzhen.aliyuncs.com/20201209/mp4/1336582100195237888.mp4", "isdel": 0, - "title": "8.杠杆企业的期权特征(或有权益分析)" + "title": "杠杆企业的期权特征(或有权益分析)" }], evaluationVisible: false, resultVisible: false,