diff --git a/src/assets/i18n/zh-CN.json b/src/assets/i18n/zh-CN.json index 9d28fbc..c4fdec2 100644 --- a/src/assets/i18n/zh-CN.json +++ b/src/assets/i18n/zh-CN.json @@ -20,6 +20,7 @@ "Get_again": "重新获取", "Have_evaluation": "您已经评价过该课程啦", "I_have_a_line_in_the_sand": "我也是有底线的", + "please_input_search_keyword": "请输入搜索内容", "In_the_authentication": "认证中...", "In_the_land": "登陆中...", "Know_the": "知道了", diff --git a/src/components/HlsPlayer.vue b/src/components/HlsPlayer.vue new file mode 100644 index 0000000..61eae52 --- /dev/null +++ b/src/components/HlsPlayer.vue @@ -0,0 +1,287 @@ + + + + + diff --git a/src/main.js b/src/main.js index 4c223a4..e894d7a 100644 --- a/src/main.js +++ b/src/main.js @@ -57,10 +57,11 @@ Vue.prototype.$clipboard = clipboard Vue.prototype.$md5 = md5 Vue.use(wxShare) Vue.use(CanvasPoster) -import { RadioGroup, Radio, AddressEdit, Icon, Loading } from 'vant' +import { RadioGroup, Radio, AddressEdit, Icon, Loading,Search } from 'vant' Vue.use(AddressEdit) Vue.use(Radio) Vue.use(RadioGroup) +Vue.use(Search) Vue.use(Icon) Vue.use(Loading) diff --git a/src/views/course/courseDetailList.vue b/src/views/course/courseDetailList.vue index 6f0a340..ef902cf 100644 --- a/src/views/course/courseDetailList.vue +++ b/src/views/course/courseDetailList.vue @@ -1,5 +1,6 @@