|
@@ -51,11 +51,10 @@ export default {
|
|
|
this.$store.dispatch('clearUnlicensed');
|
|
|
this.list = [];
|
|
|
this.numberOfElements = 0;
|
|
|
- // 重新获取数据
|
|
|
+ // 重新获取数据
|
|
|
canloading = true;
|
|
|
- pageNum = 0;
|
|
|
+ pageNum = 0;
|
|
|
const member = uni.getStorageSync('member');
|
|
|
- this.loadData();
|
|
|
// 非南昌办公楼展示自助积分功能接口请求出错
|
|
|
if (this.$store.state?.lbsId === '8a84834088f11119018949444636000c' || this.$store.state?.lbsId === '8a88817a8a629b5f018a838a0f6e001f') {
|
|
|
this.list = [];
|