Explorar el Código

优化返回逻辑

calm hace 1 mes
padre
commit
9b986a96df
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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>