fix: 🐛 修改微信浏览器中支付唤起支付显示框不关闭bug

master
学习很差啦 2023-03-21 15:49:42 +08:00
parent 9a583e75f3
commit 467b7a0cba
1 changed files with 1 additions and 0 deletions

View File

@ -334,6 +334,7 @@
} }
} }
); );
uni.hideLoading();
} else { } else {
window.location.href = JSON.parse(response.result).h5_url; window.location.href = JSON.parse(response.result).h5_url;
} }