|
|
@@ -153,10 +153,10 @@ export default {
|
|
|
};
|
|
|
},
|
|
|
onPullDownRefresh() {
|
|
|
- uni.stopPullDownRefresh();
|
|
|
+ this.init()
|
|
|
},
|
|
|
onShow(){
|
|
|
- this.init()
|
|
|
+ // this.init()
|
|
|
},
|
|
|
methods: {
|
|
|
shopShow() {
|
|
|
@@ -167,6 +167,7 @@ export default {
|
|
|
try {
|
|
|
const { data } = await mainMy();
|
|
|
this.infoData = data;
|
|
|
+ uni.stopPullDownRefresh();
|
|
|
} finally {
|
|
|
}
|
|
|
},
|
|
|
@@ -373,4 +374,4 @@ export default {
|
|
|
border-radius: 10px;
|
|
|
}
|
|
|
}
|
|
|
-</style>
|
|
|
+</style>
|