更新优化
This commit is contained in:
@@ -40,15 +40,17 @@
|
||||
size: 10, //页容量
|
||||
status: 'loadmore',
|
||||
},
|
||||
userId:null
|
||||
userId: uni.cache.get('userInfo').id
|
||||
}
|
||||
},
|
||||
onLoad() {
|
||||
this.userId = uni.cache.get('userInfo').id
|
||||
// this.paygetShopByMember()
|
||||
},
|
||||
onShow() {
|
||||
this.paygetShopByMember()
|
||||
this.list = []
|
||||
this.form = {
|
||||
page: 1, //页数
|
||||
size: 10, //页容量
|
||||
status: 'loadmore',
|
||||
},
|
||||
this.paygetShopByMember()
|
||||
},
|
||||
onReachBottom() {
|
||||
this.paygetShopByMember()
|
||||
@@ -84,10 +86,8 @@
|
||||
}
|
||||
},
|
||||
eeInfo(item) {
|
||||
|
||||
uni.pro.navigateTo('member/memberdetails', {
|
||||
shopId_id: item.shopId,
|
||||
type: 'list'
|
||||
shopId_id: item.shopId
|
||||
})
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user