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.

46 lines
1.3 KiB

3 years ago
Page({
data: {
3 years ago
imageUrl: getApp().globalData.imageUrl,
bgImage: "background-image: url("+ getApp().globalData.imageUrl + "/sj_beijin.png)",
questes: [
{
tip: '比亚迪宋MAX紧凑型mpv你看了不...',
title: '72.45',
subtitle: '媒体测评',
},
{
tip: '今日上市长城SUV',
title: '72.45',
subtitle: '媒体测评',
},
{
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
},
onShow() {
this.getTabBar().init();
},
3 years ago
toEventDetail() {
wx.navigateTo({
url: "/pages/insight/pages/eventInsight/index"
})
}
3 years ago
})