Quellcode durchsuchen

首页支付弹框显示

hwb0 vor 3 Jahren
Ursprung
Commit
b55e319f31
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      pages/index/index.vue

+ 1 - 1
pages/index/index.vue

@@ -75,7 +75,7 @@
 		<!-- tabbar组件 -->
 		<custom-tab-bar :activeValue="'index'" />
 		<!-- 支付弹框组件 -->
-		<pay-popup :pay-show="payShow" :pay-info="payInfo" @close="close" @success="toProcess" />
+		<pay-popup :pay-show="payShow" :pay-info="payInfo" @close="close" @success="toProcess" v-if="payShow" />
 	</view>
 </template>