wangxy 1 هفته پیش
والد
کامیت
5606fd28cd
1فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 2 2
      pages/newEnglish/components/mainCard.vue

+ 2 - 2
pages/newEnglish/components/mainCard.vue

@@ -8,8 +8,7 @@
 			</swiper-item>
 			<swiper-item>
 				<view class="swiper-item uni-bg-red">
-					拼
-					<hr />{{activeWord}}
+					<pinPageVue :active-word="activeWord" :active-words="activeWords"></pinPageVue>
 				</view>
 			</swiper-item>
 			<swiper-item>
@@ -34,6 +33,7 @@
 </template>
 
 <script setup>
+	import pinPageVue from './pinPage.vue';
 	const props = defineProps({
 		activeWord: {
 			type: Object,