提交 79ff8d2c 编写于 作者: guofeng.chen's avatar guofeng.chen

Merge branch 'dev-purchase-0901' of...

Merge branch 'dev-purchase-0901' of http://192.168.110.53/com.pica.cloud.education.frontend/pica-professional-exam into dev-purchase-0901
......@@ -31,9 +31,15 @@ export default {
},
methods: {
changeClick(){
this.$sendBuriedData({
component_tag: `882#88224`
});
this.$emit("changeClick")
},
gotoBuy() {
this.$sendBuriedData({
component_tag: `882#88223`
});
this.$emit("gotoBuy");
}
}
......
......@@ -88,7 +88,8 @@ export default {
},
confirm() {
this.$sendBuriedData({
component_tag: `882#88207`
// component_tag: `882#88207`
component_tag: `882#88225`
});
if(!this.activationCode) {
this.errorMsg = '请输入激活码';
......
......@@ -118,12 +118,18 @@ export default {
// 返回到项目详情页面
gotoProject() {
this.$sendBuriedData({
component_tag: `889#88901`
});
// let shareUrl = getWebPageUrl(`profexam/#/sharecoop?uuid=${getCookie('uuid')}`);
this.returnUrl && location.replace(this.returnUrl);
},
// 下载
download() {
this.$sendBuriedData({
component_tag: `889#88902`
});
window.location.href = "https://a.app.qq.com/o/simple.jsp?pkgname=com.picahealth.yunque";
}
},
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册