diff --git a/lang/zh-cn/article/list.js b/lang/zh-cn/article/list.js index 129277a..50e940c 100644 --- a/lang/zh-cn/article/list.js +++ b/lang/zh-cn/article/list.js @@ -1,5 +1,5 @@ export const lang = { //title为每个页面的标题 - title: '文章列表', + title: '新闻', emptyText:"当前暂无文章信息" } diff --git a/pages_tool/article/list.vue b/pages_tool/article/list.vue index cd39c15..2f61857 100644 --- a/pages_tool/article/list.vue +++ b/pages_tool/article/list.vue @@ -83,7 +83,7 @@ export default { setPublicShare() { let shareUrl = this.$config.h5Domain + '/pages_tool/article/list'; this.$util.setPublicShare({ - title: '文章列表', + title: '新闻', desc: '', link: shareUrl, imgUrl: this.siteInfo ? this.$util.img(this.siteInfo.logo_square) : '' @@ -91,7 +91,7 @@ export default { } }, onShareAppMessage(res) { - var title = '文章列表'; + var title = '新闻'; var path = '/pages_tool/article/list'; return { title: title, @@ -102,7 +102,7 @@ export default { }, //分享到朋友圈 onShareTimeline() { - var title = '文章列表'; + var title = '新闻'; var query = '/pages_tool/article/list'; return { title: title,