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.
|
|
|
|
Page({
|
|
|
|
|
data: {
|
|
|
|
|
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: '媒体测评',
|
|
|
|
|
}
|
|
|
|
|
],
|
|
|
|
|
},
|
|
|
|
|
onShow() {
|
|
|
|
|
this.getTabBar().init();
|
|
|
|
|
},
|
|
|
|
|
toEventDetail() {
|
|
|
|
|
wx.navigateTo({
|
|
|
|
|
url: "/pages/insight/pages/eventInsight/index"
|
|
|
|
|
})
|
|
|
|
|
}
|
|
|
|
|
})
|