...
|
...
|
@@ -211,7 +211,16 @@ |
|
|
computed:{
|
|
|
...mapState(["userinfo"])
|
|
|
},
|
|
|
onLoad(){
|
|
|
/* onLoad(){
|
|
|
uni.setStorageSync('refreshFindWonderful',false)
|
|
|
this.param.page = 1
|
|
|
this.last_page = 0
|
|
|
this.current_page = 1
|
|
|
this.list = []
|
|
|
this.showWaterFalls = false
|
|
|
this.getData()
|
|
|
}, */
|
|
|
onReady(){
|
|
|
uni.setStorageSync('refreshFindWonderful',false)
|
|
|
this.param.page = 1
|
|
|
this.last_page = 0
|
...
|
...
|
|