|
@@ -121,9 +121,9 @@ export default {
|
|
|
// }, 500)
|
|
|
const invoiceindex = Number.parseInt(uni.getStorageSync('invoiceindex') || 1)
|
|
|
this.$store.dispatch('clearUnlicensed');
|
|
|
+ this.userStopLogin = ['JINGAN', 'PUDONG'].indexOf(this.source) < 0
|
|
|
// 如果是公众号访问的话,并且未登录, 除浦东静安之外,都不加载数据
|
|
|
- if (this.$route.query.parkingFeeIsLogin === 'loginDenied') {
|
|
|
- this.userStopLogin = ['JINGAN', 'PUDONG'].indexOf(this.source) < 0
|
|
|
+ if (this.$route.query.parkingFeeIsLogin === 'loginDenied' && this.$route.query?.loginCount) {
|
|
|
this.isLoadMore = this.userStopLogin
|
|
|
this.invoice(invoiceindex)
|
|
|
return
|