提交 090d326d 编写于 作者: guangjun.yang's avatar guangjun.yang

Merge branch 'dev-coursedetail-0817' of...

Merge branch 'dev-coursedetail-0817' of http://192.168.110.53/com.pica.cloud.education.frontend/pica-professional-exam into dev-coursedetail-0817

* 'dev-coursedetail-0817' of http://192.168.110.53/com.pica.cloud.education.frontend/pica-professional-exam:
  修改分享
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
playsinline playsinline
x5-playsinline="true" x5-playsinline="true"
x-webkit-airplay="allow" x-webkit-airplay="allow"
x5-video-player-type="h5-page" x5-video-player-type="h5"
x5-video-player-fullscreen="false" x5-video-player-fullscreen="false"
mtt-playsinline="true" mtt-playsinline="true"
controlsList="nodownload" controlsList="nodownload"
......
...@@ -81,7 +81,10 @@ export const wxDisabledShare = () => { ...@@ -81,7 +81,10 @@ export const wxDisabledShare = () => {
'menuItem:share:timeline', 'menuItem:share:timeline',
'menuItem:share:qq', 'menuItem:share:qq',
'menuItem:share:weiboApp', 'menuItem:share:weiboApp',
'menuItem:share:QZone' 'menuItem:share:QZone',
'menuItem:copyUrl',
'menuItem:openWithQQBrowser',
'menuItem:openWithSafari',
] ]
}); });
}); });
......
...@@ -91,6 +91,7 @@ import CourseComment from '@/components/course/course-comment'; ...@@ -91,6 +91,7 @@ import CourseComment from '@/components/course/course-comment';
import Loading from "@/components/common/common-loading"; import Loading from "@/components/common/common-loading";
import DownloadButton from "@/components/course/download-button"; import DownloadButton from "@/components/course/download-button";
import { getPdfFileUrl, formatLeftTimeObj, deepCopy } from '@/utils'; import { getPdfFileUrl, formatLeftTimeObj, deepCopy } from '@/utils';
import { wxDisabledShare } from '@/utils/wxShare';
export default { export default {
components: { components: {
...@@ -160,6 +161,7 @@ export default { ...@@ -160,6 +161,7 @@ export default {
const { width } = this.$el.querySelector('.tab-item').getBoundingClientRect(); const { width } = this.$el.querySelector('.tab-item').getBoundingClientRect();
this.videoH = height; this.videoH = height;
this.tabW = width; this.tabW = width;
wxDisabledShare();
}, },
methods: { methods: {
getCourseInfo() { getCourseInfo() {
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册