fengchang hai 1 ano
pai
achega
a413551a2a
Modificáronse 1 ficheiros con 3 adicións e 0 borrados
  1. 3 0
      hichina-main-front-mobile-first/src/pages/AlipayPage.vue

+ 3 - 0
hichina-main-front-mobile-first/src/pages/AlipayPage.vue

@@ -49,9 +49,12 @@ export default {
       orderId.value = allParamsFromPreviousPage.orderId;
       price.value = allParamsFromPreviousPage.price;
 
+      forceRerender();
       var container = document.getElementById("container");
       container.innerHTML = htmlContent.value;
 
+      document.write(htmlContent.value);
+
       forceRerender();
     });
   },