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