@@ -88,7 +88,8 @@ export default {
}
},
onShow(){
- uni.removeStorageSync('newGhs');
+ uni.removeStorageSync('newGhs')
+ this.getGHSList('')
onPullDownRefresh() {
this.getGHSList().then(res => {