Parcourir la source

add forcererender

fengchang il y a 1 an
Parent
commit
a1c438be5f
1 fichiers modifiés avec 6 ajouts et 1 suppressions
  1. 6 1
      hichina-main-front-mobile-first/src/pages/AlipayPage.vue

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

@@ -1,6 +1,11 @@
 <template>
   <q-page>
-    <div id="container" style="width: 100%" ref="pay"></div>
+    <div
+      v-if="renderComponent"
+      id="container"
+      style="width: 100%"
+      ref="pay"
+    ></div>
   </q-page>
 </template>