diff --git a/components/recommend-index/recommend-index.vue b/components/recommend-index/recommend-index.vue index 8e9f51f..1047629 100644 --- a/components/recommend-index/recommend-index.vue +++ b/components/recommend-index/recommend-index.vue @@ -67,8 +67,7 @@ - - + {{ar.title}} diff --git a/main.js b/main.js index 9e8486a..ce6631d 100644 --- a/main.js +++ b/main.js @@ -13,7 +13,7 @@ Vue.prototype.$keywordActiveShow=function(str,keyword){ if(!str||str.indexOf(keyword)===-1||keyword==''){ return str } - return str.replace(keyword,`${keyword}`) + return str.replace(keyword,`${keyword}`) }