|
@@ -55,13 +55,16 @@ export default {
|
|
canloading = true;
|
|
canloading = true;
|
|
pageNum = 0;
|
|
pageNum = 0;
|
|
const member = uni.getStorageSync('member');
|
|
const member = uni.getStorageSync('member');
|
|
- // 非南昌办公楼展示自助积分功能接口请求出错
|
|
|
|
- if (this.$store.state?.lbsId === '8a84834088f11119018949444636000c' || this.$store.state?.lbsId === '8a88817a8a629b5f018a838a0f6e001f') {
|
|
|
|
|
|
+ // 南昌办公楼接口请求
|
|
|
|
+ if (this.$store.state?.lbsId === '8a84834088f11119018949444636000c' || this.$store.state?.lbsId === '8a88817a8a629b5f018a838a0f6e001f') {
|
|
this.list = [];
|
|
this.list = [];
|
|
this.numberOfElements = 1;
|
|
this.numberOfElements = 1;
|
|
this.pageNum = 0;
|
|
this.pageNum = 0;
|
|
this.loadData();
|
|
this.loadData();
|
|
- } else if ( !uni.getStorageSync('loadData') && !member ) {
|
|
|
|
|
|
+ return
|
|
|
|
+ }
|
|
|
|
+ this.loadData();
|
|
|
|
+ if ( !uni.getStorageSync('loadData') && !member ) {
|
|
uni.setStorageSync('loadData','loadData')
|
|
uni.setStorageSync('loadData','loadData')
|
|
wxToLoginCallback('parkingFeeList',( options ) => {
|
|
wxToLoginCallback('parkingFeeList',( options ) => {
|
|
this.list = [];
|
|
this.list = [];
|