fengchang 1 năm trước cách đây
mục cha
commit
36126c4b94
1 tập tin đã thay đổi với 2 bổ sung1 xóa
  1. 2 1
      hichina-main-front-mobile-first/src/pages/AlipayPage.vue

+ 2 - 1
hichina-main-front-mobile-first/src/pages/AlipayPage.vue

@@ -33,7 +33,8 @@ export default {
       orderId.value = allParamsFromPreviousPage.orderId;
       price.value = allParamsFromPreviousPage.price;
 
-      document.write(htmlContent.value);
+      var div = document.createElement("div");
+      div.appendChild(htmlContent.value);
     });
   },
 };