| xqd
@@ -8,7 +8,7 @@
|
|
|
<!-- | Author: CRMEB Team <admin@crmeb.com> -->
|
|
|
<!-- +---------------------------------------------------------------------- -->
|
|
|
{extend name="public/container"}
|
|
|
-{block name="title"}精品课程{/block}
|
|
|
+{block name="title"}{/block}
|
|
|
{block name="head_top"}
|
|
|
<style>
|
|
|
.free{margin-top:.1rem;font-weight:400;font-size:.22rem;line-height:.38rem;color:#FF6B00;}
|
| xqd
@@ -124,6 +124,7 @@
|
|
|
count: 0,
|
|
|
bigcateco:'',
|
|
|
smailcatco:'',
|
|
|
+ webtitle:'',
|
|
|
},
|
|
|
computed: {
|
|
|
updateSpecialList: function () {
|
| xqd
@@ -163,6 +164,8 @@
|
|
|
id: cate_id,
|
|
|
}
|
|
|
}).then(function(res) {
|
|
|
+ //that.webtitle = res.data.data.name;
|
|
|
+ document.title = res.data.data.name;
|
|
|
that.bigcateco = res.data.data.co;
|
|
|
});
|
|
|
}
|