@ -34,7 +34,8 @@ Component({
Promise.all([
this.getpinpai(sTimeType, sStartTime, sEndTime),
this.getchexing(sTimeType, sStartTime, sEndTime)
]).then(() => {
])
.then(() => {
setTimeout(() => {
wx.hideToast();
}, 500)
@ -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
@ -67,5 +67,5 @@
]
}
},
"libVersion": "2.25.0"
"libVersion": "2.25.1"