@@ -187,8 +187,10 @@
// 默认数据
this.tabChange(this.placeTab[2])
},
- onShow() {
- this.getServerData()
+ onReady() {
+ setTimeout(()=>{
+ this.getServerData()
+ },500)
onUnload() {
uni.$off("chooseShelfOk")