|
@@ -57,7 +57,7 @@ async function handleQueryOrderStatus() {
|
|
t1 = null
|
|
t1 = null
|
|
t1 && clearInterval(t1)
|
|
t1 && clearInterval(t1)
|
|
showConfirm({
|
|
showConfirm({
|
|
- text: response.payStatus === 2 ? t('payInfo.payfail') : t('mall.paySuccessTip'),
|
|
|
|
|
|
+ text: response.autoPay? t('payInfo.autoPayTips') : response.payStatus === 2 ? t('payInfo.payfail') : t('mall.paySuccessTip'),
|
|
type: response.payStatus === 2 ? 'err' : 'success',
|
|
type: response.payStatus === 2 ? 'err' : 'success',
|
|
callback: () => {
|
|
callback: () => {
|
|
if (response.payStatus === 2) {
|
|
if (response.payStatus === 2) {
|