chenmy пре 6 година
родитељ
комит
6851415952

BIN
TEAMModelOS.SmartTeach/ClientApp/assets/image/resource/video_img_five.png


BIN
TEAMModelOS.SmartTeach/ClientApp/assets/image/resource/video_img_four.png


BIN
TEAMModelOS.SmartTeach/ClientApp/assets/image/resource/video_img_one.png


BIN
TEAMModelOS.SmartTeach/ClientApp/assets/image/resource/video_img_three.png


BIN
TEAMModelOS.SmartTeach/ClientApp/assets/image/resource/video_img_two.png


+ 6 - 6
TEAMModelOS.SmartTeach/ClientApp/components/resource/video.vue

@@ -42,10 +42,10 @@
         imgurl: '',
         imgurl: '',
         imgtext:'',
         imgtext:'',
         video_list: [
         video_list: [
-          { "id": 1, "imgurl": require("../../assets/image/resource/video_img_one.jpg"), "slogan": '《小青蛙》小学语文一年级课文动画', "url": '/videodetails?id=1' },
-          { "id": 2, "imgurl": require("../../assets/image/resource/video_img_two.jpg"), "slogan": '五上第七单元_在一条线段上植树', "url": '/videodetails?id=2' },
-          { "id": 3, "imgurl": require("../../assets/image/resource/video_img_three.jpg"), "slogan": '人教一上第五单元_6和7的写法', "url": '/videodetails?id=3' },
-          { "id": 4, "imgurl": require("../../assets/image/resource/video_img_four.jpg"), "slogan": '人教二上第四单元_2,3的乘法口诀', "url": '/videodetails?id=4' },
+          { "id": 1, "imgurl": require("../../assets/image/resource/video_img_two.png"), "slogan": '人教版七年级上册 数学 绝对值', "url": '/videodetails?id=1' },
+          { "id": 2, "imgurl": require("../../assets/image/resource/video_img_three.png"), "slogan": '人教版七年级上册 数学 有理数的分类', "url": '/videodetails?id=2' },
+          { "id": 3, "imgurl": require("../../assets/image/resource/video_img_four.png"), "slogan": '人教版七年级上册 数学 旋转体', "url": '/videodetails?id=3' },
+          { "id": 4, "imgurl": require("../../assets/image/resource/video_img_five.png"), "slogan": '人教版七年级上册 数学 方程式', "url": '/videodetails?id=4' },
         ],
         ],
       }
       }
     },
     },
@@ -55,8 +55,8 @@
     methods: {
     methods: {
       init() {
       init() {
         if (this.$route.path == '/resource') {
         if (this.$route.path == '/resource') {
-          this.imgurl = require("../../assets/image/resource/video_img.jpg");
-          this.imgtext = '《四季》小学语文一年级课文动画';
+          this.imgurl = require("../../assets/image/resource/video_img_one.png");
+          this.imgtext = '人教版七年级上册 数学 正数与负数';
         } else if (this.$route.path == '/arearesource') {
         } else if (this.$route.path == '/arearesource') {
           this.imgurl = require("../../assets/image/resource/video_area_img.png");
           this.imgurl = require("../../assets/image/resource/video_area_img.png");
           this.imgtext = '人教版 一年级(下册) ';
           this.imgtext = '人教版 一年级(下册) ';

+ 12 - 12
TEAMModelOS.SmartTeach/ClientApp/view/resource/resourceindex/videodetails.vue

@@ -80,23 +80,23 @@
       init() {
       init() {
         //console.log(this.$route.query);
         //console.log(this.$route.query);
         if (this.$route.query.id == '') {
         if (this.$route.query.id == '') {
-          this.title = '人教五上第五单元_列方程解决实际问题',
-            this.videourl = 'http://mct-whtymct.huijiaoyun.com/gfs_mnt/data7/2017/12/14/16/33/d5954e58a8b841b0b7a175a92c1d2af9/af13a29dc9db4e5cb0cf1f39602940e9/a090dc48419942be8edfb79cfce49899.mp4?authorization=bce-auth-v1/08da4fd5cf644d458c950b09bdb95666/2017-12-14T08:46:29Z/-1//c6ff6e09909a38673aeedbbe8f74ab964771f45359a8728f06b0f7f5e164ac20';
+          this.title = '人教版七年级上册 数学 正数与负数',
+            this.videourl = '';
         } else if (this.$route.query.id == '1') {
         } else if (this.$route.query.id == '1') {
-          this.title = '人教三上第四单元_三位数减三位',
-            this.videourl = 'http://mct-whtymct.huijiaoyun.com/gfs_mnt/data7/2017/12/14/16/4/d5954e58a8b841b0b7a175a92c1d2af9/79abb986261a42f9a39afb8b8b89d4db/6c836d2154914ed5817e348a556fef79.mp4?authorization=bce-auth-v1/08da4fd5cf644d458c950b09bdb95666/2017-12-14T08:06:19Z/-1//56f2b54251b858c8dcdd582d6253b2f8b813204a7c0b55cf05782cba964657c8';
+          this.title = '人教版七年级上册 数学 绝对值',
+            this.videourl = '';
         } else if (this.$route.query.id == '2') {
         } else if (this.$route.query.id == '2') {
-          this.title = '五上第七单元_在一条线段上植树(两端都栽树)问题的规律',
-            this.videourl = 'http://mct-whtymct.huijiaoyun.com/gfs_mnt/data7/2017/12/14/16/25/d5954e58a8b841b0b7a175a92c1d2af9/d08f00af8f934c0caeb18a8fb3c5cee4/a6ff193a5a694b16bd64b01875ad2841.mp4?authorization=bce-auth-v1/08da4fd5cf644d458c950b09bdb95666/2017-12-14T08:29:11Z/-1//7d531957cacbd810d9903158418112cfb310115ba577a560a1c79c029e95b081';
+          this.title = '人教版七年级上册 数学 有理数的分类',
+            this.videourl = '';
         } else if (this.$route.query.id == '3') {
         } else if (this.$route.query.id == '3') {
-          this.title = '人教一上第五单元_6和7的写法',
-            this.videourl = 'http://mct-whtymct.huijiaoyun.com/gfs_mnt/data7/2017/12/14/16/55/d5954e58a8b841b0b7a175a92c1d2af9/a814f6b58ed042f6a0bb22607b461c10/8ae82a12cb7e42228404881d0bd9e2a7.mp4?authorization=bce-auth-v1/08da4fd5cf644d458c950b09bdb95666/2017-12-14T08:58:41Z/-1//e6b754d1e579379e4f4f3a8bd3d95acd1f1791d4c5b278dc633098b060ed3251';
+          this.title = '人教版七年级上册 数学 旋转体',
+            this.videourl = '';
         } else if (this.$route.query.id == '4') {
         } else if (this.$route.query.id == '4') {
-          this.title = '人教二上第四单元_2,3的乘法口诀',
-            this.videourl = 'http://mct-whtymct.huijiaoyun.com/gfs_mnt/data7/2017/12/14/16/51/d5954e58a8b841b0b7a175a92c1d2af9/09d1fff750fe426699d6d831cf6c6a97/7dcf1f36c99d460f99bfcacff3f84335.mp4?authorization=bce-auth-v1/08da4fd5cf644d458c950b09bdb95666/2017-12-14T09:01:26Z/-1//9f5b259695d3e253c934e21f37560245f93e60ebaccf816c1ec346b9dd394599';
+          this.title = '人教版七年级上册 数学 方程式',
+            this.videourl = '';
         } else if (this.$route.path == '/videodetails') {
         } else if (this.$route.path == '/videodetails') {
-          this.title = '人教五上第五单元_列方程解决实际问题',
-            this.videourl = 'http://mct-whtymct.huijiaoyun.com/gfs_mnt/data7/2017/12/14/16/33/d5954e58a8b841b0b7a175a92c1d2af9/af13a29dc9db4e5cb0cf1f39602940e9/a090dc48419942be8edfb79cfce49899.mp4?authorization=bce-auth-v1/08da4fd5cf644d458c950b09bdb95666/2017-12-14T08:46:29Z/-1//c6ff6e09909a38673aeedbbe8f74ab964771f45359a8728f06b0f7f5e164ac20';
+          this.title = '人教版七年级上册 数学 正数与负数',
+            this.videourl = '';
         }
         }
       }
       }
     }
     }