Browse Source

优化微信交互

leo 1 year ago
parent
commit
6814b362b1
1 changed files with 1 additions and 1 deletions
  1. 1 1
      pages/claimCloudPhone/purchase.vue

+ 1 - 1
pages/claimCloudPhone/purchase.vue

@@ -231,7 +231,7 @@ export default {
                   }, 3000);
                   div.remove();
                 } else {
-                  window.location.replace(res.data);
+                  window.location.href = res.data;
                 }
               })
               .catch((error) => {