|
|
|
@ -126,7 +126,7 @@ showPopup() {
|
|
|
|
|
*/
|
|
|
|
|
onLoad: function (options) {
|
|
|
|
|
// console.log("这是时间",this.res.ranking)
|
|
|
|
|
// console.log("123",this.options.carName)
|
|
|
|
|
console.log("123",this.options.carName)
|
|
|
|
|
this.getData(this.options.carName)
|
|
|
|
|
|
|
|
|
|
},
|
|
|
|
@ -135,9 +135,9 @@ showPopup() {
|
|
|
|
|
*/
|
|
|
|
|
onReady: function () {
|
|
|
|
|
//动态设置标题
|
|
|
|
|
// wx.setNavigationBarTitle({
|
|
|
|
|
// title:this.data.query.title
|
|
|
|
|
// })
|
|
|
|
|
wx.setNavigationBarTitle({
|
|
|
|
|
title:this.options.carName+"汽车销量"
|
|
|
|
|
})
|
|
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
|
|