优化接口

This commit is contained in:
duan
2024-06-04 15:45:49 +08:00
parent a54580549a
commit bdd5a6a325
4 changed files with 29 additions and 11 deletions

View File

@@ -40,8 +40,13 @@
size: 10, //页容量
status: 'loadmore',
},
userId:null
}
},
onLoad() {
this.userId = uni.cache.get('userInfo').id
// this.paygetShopByMember()
},
onShow() {
this.paygetShopByMember()
},