fengchang 1 년 전
부모
커밋
36126c4b94
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  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);
     });
   },
 };