@@ -262,9 +262,7 @@ export default {
this.$nextTick(() => {
document.getElementById('pay').click();
});
- if (!this.inApp) {
- this.getOrder(true);
- }
+ this.getOrder(true);
})
.catch(e => {
if (e.error) {