赵启卫 2 rokov pred
rodič
commit
710aebdb0b

+ 4 - 1
application/wap/view/first/special/special_cate.html

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