Browse Source

优化返回逻辑

calm 1 month ago
parent
commit
9b986a96df
1 changed files with 1 additions and 1 deletions
  1. 1 1
      pages/webview/WxPay.vue

+ 1 - 1
pages/webview/WxPay.vue

@@ -202,7 +202,7 @@ const goBackToWebview = () => {
   }
 
   uni.redirectTo({
-    url: `/pages/webview/index?path=${returnUrl.value}`,
+    url: `/pages/webview/index?path=${finalUrl}`,
   });
 };
 </script>