|
|
@@ -1,6 +1,6 @@
|
|
|
<template>
|
|
|
<div class="newsDetail">
|
|
|
- <NavBar title="新闻详情"></NavBar>
|
|
|
+ <NavBar></NavBar>
|
|
|
<div class="title">{{ articleInfo.title }}</div>
|
|
|
<div class="list acea-row row-middle">
|
|
|
<div class="label line1">{{ articleInfo.cart_name }}</div>
|
|
|
@@ -118,10 +118,8 @@ import NavBar from "@components/NavBar";
|
|
|
|
|
|
export default {
|
|
|
name: "NewsDetail",
|
|
|
- components: { ShareInfo },
|
|
|
- props: {
|
|
|
- NavBar
|
|
|
- },
|
|
|
+ components: { ShareInfo, NavBar },
|
|
|
+ props: {},
|
|
|
data: function() {
|
|
|
return {
|
|
|
articleInfo: {},
|