You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

40 lines
1.3 KiB

3 years ago
Component({
3 years ago
data: {
3 years ago
content:[
{
time: '2022-04-29 23:00:00',
title: '谁说国产没有高性能SUV这3款国产SUV配2.0T发动机星途凌云换个运动轮胎妥妥的6秒3最快6...',
author: '明哥飞扬',
media:'新浪微博'
},
{
time: '2022-04-29 23:00:00',
title: '星途凌云S上市传播分析评论中毒 奇瑞车为何如此招黑?',
author: '明哥飞扬',
media:'新浪微博'
},
{
time: '2022-04-29 23:00:00',
title: 'MG5天蝎座上市传播分析评论区疑似',
author: '明哥飞扬',
media:'新浪微博'
},
{
time: '2022-04-29 23:00:00',
title: '谁说国产没有高性能SUV这3款国产SUV配2.0T发动机星途凌云换个运动轮胎妥妥的6秒3最快6...',
author: '明哥飞扬',
media:'新浪微博'
},
]
3 years ago
},
3 years ago
methods: {
toAddTheme() {
wx.navigateTo({
url: "/pages/insight/pages/addTheme/index"
})
}
3 years ago
},
3 years ago
lifetimes: {
}
3 years ago
})