wangxy 2 mesi fa
parent
commit
3433047f81
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      pages/newEnglish/index.vue

+ 1 - 1
pages/newEnglish/index.vue

@@ -10,7 +10,7 @@
 				:key="item.id">
 			</mainCardVue>
 		</template>
-		<view class="word-view-bottom">
+		<view class="word-view-bottom" v-if="data.activeWord">
 			<view class="collect-btn" v-if="userCode != 'Visitor'" @click="handleShouCang">
 				<icon :class="{active: data.collectFlag}"></icon>
 				<view>收藏</view>