赵启卫 2 vuotta sitten
vanhempi
commit
710aebdb0b
1 muutettua tiedostoa jossa 4 lisäystä ja 1 poistoa
  1. 4 1
      application/wap/view/first/special/special_cate.html

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

xqd xqd 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;}
@@ -124,6 +124,7 @@
                 count: 0,
                 bigcateco:'',
                 smailcatco:'',
+                webtitle:'',
             },
             computed: {
                 updateSpecialList: function () {
@@ -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;
                         });
                     }