wylyl22 3 years ago
parent 29d36d469d
commit cabedb526f

@ -1,5 +1,5 @@
// components/word-cloud/index.js
import WordCloud from './wordCloud'
import WordCloud from './wordcloud'
const options = {
"list": [],
"gridSize": 2, // size of the grid in pixels

@ -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+"汽车销量"
})
},

Loading…
Cancel
Save