panhui 4 лет назад
Родитель
Сommit
b9b31b4436
1 измененных файлов с 1 добавлено и 2 удалено
  1. 1 2
      src/main/nine-space/src/views/Submit.vue

+ 1 - 2
src/main/nine-space/src/views/Submit.vue

@@ -225,8 +225,7 @@ export default {
                                     this.$http
                                         .get(`/payOrder/${this.inApp ? 'alipay_app' : 'alipay_h5'}?id=${res.id}`)
                                         .then(res => {
-                                            document.open('alipays://platformapi/startapp?saId=10000007&qrcode=' + res);
-
+                                            window.open('alipays://platformapi/startapp?saId=10000007&qrcode=' + res);
                                             if (!this.inApp) {
                                                 this.refreashOrder();
                                             }