Skip to content
项目
群组
代码片段
帮助
正在加载...
帮助
提交反馈
为 GitLab 提交贡献
登录
切换导航
P
pica-annual-summary
项目
项目
详情
动态
版本
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
计划
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
收起侧边栏
Close sidebar
动态
分支图
统计图
创建新议题
作业
提交
议题看板
打开侧边栏
com.pica.cloud.education.frontend
pica-annual-summary
提交
9c73e159
提交
9c73e159
编写于
9月 07, 2020
作者:
guangjun.yang
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
站外提示
购买流程位置
上级
d0919bec
变更
6
显示空白字符变更
内嵌
并排
正在显示
6 个修改的文件
包含
21 行增加
和
17 行删除
+21
-17
cell-list-detail-share.vue
src/components/business/cell-list-detail-share.vue
+9
-0
pica-video.vue
src/components/course/pica-video.vue
+1
-1
router.js
src/router/router.js
+1
-1
purchase-rezult.vue
src/views/purchase-rezult.vue
+0
-1
share-merge-detail.vue
src/views/share-merge-detail.vue
+8
-12
test-components.vue
src/views/test-components.vue
+2
-2
未找到文件。
src/components/business/cell-list-detail-share.vue
浏览文件 @
9c73e159
...
@@ -166,6 +166,15 @@ export default {
...
@@ -166,6 +166,15 @@ export default {
component_tag
:
`882#88216#
${
item
.
id
}
#
${
item
.
name
}
`
component_tag
:
`882#88216#
${
item
.
id
}
#
${
item
.
name
}
`
});
});
}
}
if
(
!
this
.
hasBindCard
)
{
if
(
item
.
type
==
1
)
{
Toast
(
'激活/购买后可参加考试'
);
}
else
if
(
item
.
type
==
2
){
Toast
(
'激活/购买后可学习完整课程'
);
}
return
;
}
if
(
!
isWeiXin
())
{
if
(
!
isWeiXin
())
{
if
(
item
.
type
==
1
)
{
if
(
item
.
type
==
1
)
{
Toast
(
'请前往云鹊医APP参加考试'
);
Toast
(
'请前往云鹊医APP参加考试'
);
...
...
src/components/course/pica-video.vue
浏览文件 @
9c73e159
...
@@ -74,7 +74,7 @@
...
@@ -74,7 +74,7 @@
<slot></slot>
<slot></slot>
<!-- 试看提示 -->
<!-- 试看提示 -->
<div
class=
"proved-box"
v-show=
"logged && showProved"
>
<div
class=
"proved-box"
v-show=
"logged && showProved"
>
可试看
{{
dealTime
(
proved
)
}}
,观看完整版请
来
<span
@
click=
"download"
>
云鹊医App
</span>
可试看
{{
dealTime
(
proved
)
}}
,观看完整版请
<span
@
click=
"download"
>
购买课程
</span>
</div>
</div>
<!-- 重新播放,只有试看有 -->
<!-- 重新播放,只有试看有 -->
<div
class=
"replay-box"
v-show=
"showReplay"
@
click=
"onReplay"
>
重新播放
</div>
<div
class=
"replay-box"
v-show=
"showReplay"
@
click=
"onReplay"
>
重新播放
</div>
...
...
src/router/router.js
浏览文件 @
9c73e159
...
@@ -7,7 +7,7 @@ const test = r => require.ensure([], () => r(require('../views/test-components')
...
@@ -7,7 +7,7 @@ const test = r => require.ensure([], () => r(require('../views/test-components')
const
courseDetail
=
r
=>
require
.
ensure
([],
()
=>
r
(
require
(
'../views/course-detail'
)),
'course-detail'
)
const
courseDetail
=
r
=>
require
.
ensure
([],
()
=>
r
(
require
(
'../views/course-detail'
)),
'course-detail'
)
const
notFound
=
r
=>
require
.
ensure
([],
()
=>
r
(
require
(
'../views/not-found'
)),
'not-found'
)
const
notFound
=
r
=>
require
.
ensure
([],
()
=>
r
(
require
(
'../views/not-found'
)),
'not-found'
)
const
goodsDetail
=
r
=>
require
.
ensure
([],
()
=>
r
(
require
(
'../views/goods-detail'
)),
'goods-detail'
)
const
goodsDetail
=
r
=>
require
.
ensure
([],
()
=>
r
(
require
(
'../views/goods-detail'
)),
'goods-detail'
)
const
purchaseRezult
=
r
=>
require
.
ensure
([],
()
=>
r
(
require
(
'../views/
purchase-rezult'
)),
'purchase-rezult'
)
const
purchaseRezult
=
r
=>
require
.
ensure
([],
()
=>
r
(
require
(
'../views/purchase-rezult'
)),
'purchase-rezult'
)
export
default
[{
export
default
[{
path
:
'/'
,
path
:
'/'
,
...
...
src/views/purchase-rezult.vue
浏览文件 @
9c73e159
...
@@ -23,7 +23,6 @@
...
@@ -23,7 +23,6 @@
<
script
>
<
script
>
import
{
getWebPageUrl
,
getCookie
}
from
"@/utils/index"
;
import
{
getWebPageUrl
,
getCookie
}
from
"@/utils/index"
;
import
Button
from
"@/components/business/button"
import
Button
from
"@/components/business/button"
import
{
win32
}
from
'path'
let
intervalId
=
null
;
let
intervalId
=
null
;
export
default
{
export
default
{
components
:
{
components
:
{
...
...
src/views/share-merge-detail.vue
浏览文件 @
9c73e159
<
template
>
<
template
>
<!-- 组件详情页面:模块列表及其下面的元件列表 -->
<!-- 组件详情页面:模块列表及其下面的元件列表 -->
<div
class=
"page-container-merge"
>
<div
class=
"page-container-merge"
>
<CommonNavbar
<
!--
<
CommonNavbar
id=
"header"
id=
"header"
:bgColor=
"bgColor"
:bgColor=
"bgColor"
v-show=
"isShowNavbar"
v-show=
"isShowNavbar"
...
@@ -14,7 +14,7 @@
...
@@ -14,7 +14,7 @@
:burialPoint=
"pointStyle"
:burialPoint=
"pointStyle"
borderStyle=
"0px solid #fff"
borderStyle=
"0px solid #fff"
:backMethod=
"from"
:backMethod=
"from"
></CommonNavbar>
></CommonNavbar>
-->
<div
class=
"page-content list-container"
>
<div
class=
"page-content list-container"
>
<!-- banner图片 -->
<!-- banner图片 -->
<div
v-if=
"bannerType == 1"
class=
"page-content-img-container"
>
<div
v-if=
"bannerType == 1"
class=
"page-content-img-container"
>
...
@@ -27,7 +27,7 @@
...
@@ -27,7 +27,7 @@
<pica-video
ref=
"picaVideo"
:coverType=
"coverType"
:download=
"download"
@
onVideoEnd=
"onVideoEnd"
@
onReplay=
"onReplay"
>
<pica-video
ref=
"picaVideo"
:coverType=
"coverType"
:download=
"download"
@
onVideoEnd=
"onVideoEnd"
@
onReplay=
"onReplay"
>
<!-- 试看结束 -->
<!-- 试看结束 -->
<div
class=
"cover"
v-if=
"logged && coverType === 1"
>
<div
class=
"cover"
v-if=
"logged && coverType === 1"
>
<course-covers
coverTips=
"试看结束
<br
/>
请来云鹊医App学习完整课程" :isSingle="true" rightBtnText="
APP购买更优惠
" @btnClick="btnClick1" />
<course-covers
coverTips=
"试看结束
<br
/>
请来云鹊医App学习完整课程" :isSingle="true" rightBtnText="
立即购买
" @btnClick="btnClick1" />
</div>
</div>
<!-- 播放结束,下载App -->
<!-- 播放结束,下载App -->
<div
class=
"cover"
v-if=
"logged && coverType === 2"
>
<div
class=
"cover"
v-if=
"logged && coverType === 2"
>
...
@@ -430,15 +430,11 @@ export default {
...
@@ -430,15 +430,11 @@ export default {
},
},
download
(
type
)
{
download
(
type
)
{
if
(
type
==
1
)
{
this
.
confirm
();
this
.
$sendBuriedData
({
// setTimeout(() => {
component_tag
:
`882#88210`
// window.location.href =
});
// "https://a.app.qq.com/o/simple.jsp?pkgname=com.picahealth.yunque";
}
// }, 100);
setTimeout
(()
=>
{
window
.
location
.
href
=
"https://a.app.qq.com/o/simple.jsp?pkgname=com.picahealth.yunque"
;
},
100
);
},
},
// 关闭激活弹框
// 关闭激活弹框
...
...
src/views/test-components.vue
浏览文件 @
9c73e159
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
<div
class=
"test-container"
>
<div
class=
"test-container"
>
<!--
<CommonButton
btnText=
"去学习"
></CommonButton>
-->
<!--
<CommonButton
btnText=
"去学习"
></CommonButton>
-->
<!--
<CommonDialog
content=
"该项目仅对河北省石家庄市的用户开放"
:isShowDialog=
"isShowDialog"
@
handlerAction=
"handlerDialogAction"
></CommonDialog>
-->
<!--
<CommonDialog
content=
"该项目仅对河北省石家庄市的用户开放"
:isShowDialog=
"isShowDialog"
@
handlerAction=
"handlerDialogAction"
></CommonDialog>
-->
<
!--
<CommonDialog
content=
"您暂未认证身份,完成认证身份后可申请学分"
confirmBtnText=
"去认证"
:isShowDialog=
"isShowDialog"
@
handlerAction=
"handlerDialogAction"
></CommonDialog>
--
>
<
CommonDialog
content=
"您暂未认证身份,完成认证身份后可申请学分"
confirmBtnText=
"去认证"
:isShowDialog=
"isShowDialog"
@
handlerAction=
"handlerDialogAction"
></CommonDialog
>
<!--
<CommonDialog
content=
"您暂未加入机构,加入机构后且认证身份后可申请学分"
confirmBtnText=
"加入机构"
:isShowDialog=
"isShowDialog"
@
handlerAction=
"handlerDialogAction"
></CommonDialog>
-->
<!--
<CommonDialog
content=
"您暂未加入机构,加入机构后且认证身份后可申请学分"
confirmBtnText=
"加入机构"
:isShowDialog=
"isShowDialog"
@
handlerAction=
"handlerDialogAction"
></CommonDialog>
-->
<!--
<CommonDialog
content=
"您的所属机构不在可申请范围(河北省石家庄市)内"
cancleBtnText=
"我知道了"
isSingle
:isShowDialog=
"isShowDialog"
@
handlerAction=
"handlerDialogAction"
></CommonDialog>
-->
<!--
<CommonDialog
content=
"您的所属机构不在可申请范围(河北省石家庄市)内"
cancleBtnText=
"我知道了"
isSingle
:isShowDialog=
"isShowDialog"
@
handlerAction=
"handlerDialogAction"
></CommonDialog>
-->
<!--
<CommonDialog
content=
"提交成功"
subContent=
"您可在“个人中心-证书与学分”中查看审核结果"
cancleBtnText=
"我知道了"
isSingle
needSubContent
:isShowDialog=
"isShowDialog"
@
handlerAction=
"handlerDialogAction"
></CommonDialog>
-->
<!--
<CommonDialog
content=
"提交成功"
subContent=
"您可在“个人中心-证书与学分”中查看审核结果"
cancleBtnText=
"我知道了"
isSingle
needSubContent
:isShowDialog=
"isShowDialog"
@
handlerAction=
"handlerDialogAction"
></CommonDialog>
-->
...
@@ -39,7 +39,7 @@ export default {
...
@@ -39,7 +39,7 @@ export default {
},
},
components
:
{
components
:
{
// CommonButton,
// CommonButton,
//
CommonDialog,
CommonDialog
,
// CommonBottomInfo,
// CommonBottomInfo,
// CommonErrorTips,
// CommonErrorTips,
CourseButton
,
CourseButton
,
...
...
写
预览
Markdown
格式
0%
请重试
or
附加一个文件
附加文件
取消
您添加了
0
人
到此讨论。请谨慎行事。
先完成此消息的编辑!
取消
想要评论请
注册
或
登录