diff --git a/App.vue b/App.vue index e64e40e7..77bd482a 100644 --- a/App.vue +++ b/App.vue @@ -1918,7 +1918,7 @@ desc: data.desc || share_config.desc || this.get_application_describe(), path: data.path || this.data.tabbar_pages[0], query: this.share_query_handle(data.query || ''), - img: data.img || share_config.pic || this.get_config('config.home_site_logo_square'), + img: data.img || share_config.pic || this.get_application_logo_square(), }; result['url'] = this.get_page_url(); // #ifdef H5 || APP diff --git a/pages/article-category/article-category.css b/pages/article-category/article-category.css new file mode 100644 index 00000000..842d67e2 --- /dev/null +++ b/pages/article-category/article-category.css @@ -0,0 +1,8 @@ +.data-list .item-cover .cover { + width: 180rpx; + height: 180rpx; +} +.data-list .item-cover .base-right, +.data-list .item-cover .base-right-bottom{ + width: calc(100% - 200rpx); +} \ No newline at end of file diff --git a/pages/article-category/article-category.vue b/pages/article-category/article-category.vue index 4408121d..068a7b71 100644 --- a/pages/article-category/article-category.vue +++ b/pages/article-category/article-category.vue @@ -12,12 +12,25 @@ - - {{ item.title }} - - {{ item.add_time }} - {{$t('article-category.article-category.gxra15')}}{{ item.access_count }} - + + + + + {{ item.title }} + {{item.describe}} + + {{ item.add_time }} + {{$t('article-category.article-category.gxra15')}}{{ item.access_count }} + + + + + {{ item.title }} + + {{ item.add_time }} + {{$t('article-category.article-category.gxra15')}}{{ item.access_count }} + + @@ -257,4 +270,6 @@ export default { }, }; - +