forked from angelo/web-retail-h5
fix(success): 注册单不展示注册信息问题修复
This commit is contained in:
parent
a104c95fe6
commit
0ac7b08f2e
|
@ -65,6 +65,7 @@ import { registeredAutoLogin } from '@/config/login.js'
|
|||
import successDialog from '@/components/successDialog.vue'
|
||||
import { setToken } from '@/config/auth.js'
|
||||
import store from '@/store'
|
||||
import { REGIEST_AREA } from '@/util/specialAreaMap.js'
|
||||
let paySetTimeoutFlag = null
|
||||
let getRegisterInfoTimeoutFlag = null
|
||||
export default {
|
||||
|
@ -134,7 +135,7 @@ export default {
|
|||
if (res.data == 1) {
|
||||
this.payStatus = 1
|
||||
clearTimeout(paySetTimeoutFlag)
|
||||
if ([1, 7, 24].includes(Number(this.specialArea))) {
|
||||
if ([REGIEST_AREA.id].includes(Number(this.specialArea))) {
|
||||
uni.showLoading({
|
||||
title: '注册信息加载中...',
|
||||
mask: false,
|
||||
|
|
Loading…
Reference in New Issue