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.

71 lines
2.2 KiB

3 years ago
Component({
data: {
questes: [
{
tip: '比亚迪宋MAX紧凑型mpv你看了不...',
title: '72.45',
subtitle: '媒体测评',
},
{
3 years ago
tip: '今日上市长城SUV',
3 years ago
title: '72.45',
subtitle: '媒体测评',
3 years ago
},
{
tip: '子龙来也捷途X90子龙',
title: '72.45',
subtitle: '媒体测评',
},
{
tip: '全新一代蒙迪欧亮相',
title: '72.45',
subtitle: '媒体测评',
},
{
tip: '新款比亚迪汉DM-i即将上市',
title: '72.45',
subtitle: '媒体测评',
},
{
tip: '全新一代蒙迪欧亮相',
title: '72.45',
subtitle: '媒体测评',
}
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
]
},
methods: {
3 years ago
priceSel(e){
3 years ago
this.setData({
3 years ago
intervalSel: e.currentTarget.dataset.index
3 years ago
})
}
}
})