forked from angelo/web-retail-h5
fix(success): 支付成功返回首页失败问题处理
This commit is contained in:
parent
b6e1fb58b9
commit
e4d820f6f2
|
@ -135,7 +135,10 @@ export default {
|
|||
if (res.data == 1) {
|
||||
this.payStatus = 1
|
||||
clearTimeout(paySetTimeoutFlag)
|
||||
if ([REGIEST_AREA.id].includes(Number(this.specialArea))) {
|
||||
if (
|
||||
[REGIEST_AREA.id].includes(Number(this.specialArea)) ||
|
||||
this.isSharePay
|
||||
) {
|
||||
uni.showLoading({
|
||||
title: '注册信息加载中...',
|
||||
mask: false,
|
||||
|
|
Loading…
Reference in New Issue