Skip to content

Commit 2d01a2c

Browse files
committed
修复详情页进入显示 false
1 parent 1af921c commit 2d01a2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/views/Detail.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ export default {
111111
},
112112
handleDetail () {
113113
let res = this.info.articleContentHtml
114-
if (!res) return false
114+
if (!res) return
115115
const aReg = /<a.*?href="(.*?)">(.*?)<\/a>/gi
116116
let regArray
117117
const aArray = []

0 commit comments

Comments
 (0)