|
|
@@ -84,7 +84,7 @@ |
|
|
|
</template>
|
|
|
|
<script>
|
|
|
|
// zixun
|
|
|
|
import { guanggao, lunboList, hotNewsConfig, shendu, hotnews } from '@/api/metadaily.js'
|
|
|
|
import { guanggao, lunboList, hotNewsConfig, shendu, zixun, hotnews } from '@/api/metadaily.js'
|
|
|
|
export default {
|
|
|
|
name: 'metadaily',
|
|
|
|
data () {
|
|
|
@@ -203,7 +203,7 @@ export default { |
|
|
|
},
|
|
|
|
async getzixun () {
|
|
|
|
this.zixun = []
|
|
|
|
const { data: { message, data } } = await shendu(1, 10, this.informationitem)
|
|
|
|
const { data: { message, data } } = await zixun(1, 10, this.informationitem)
|
|
|
|
if (message === 'success') {
|
|
|
|
for (const iter of data.list) {
|
|
|
|
this.zixun.push({
|
|
|
@@ -417,6 +417,7 @@ export default { |
|
|
|
}
|
|
|
|
}
|
|
|
|
#wk {
|
|
|
|
padding-bottom: 200px;
|
|
|
|
.content {
|
|
|
|
background-color: #FFFFFF;
|
|
|
|
}
|
|
|
|