提交 389ea84f 编写于 作者: guangjun.yang's avatar guangjun.yang

判断用户是否购买过I类学习卡

上级 05d40553
......@@ -14,7 +14,7 @@
type="primary"></ExjumperButton>
<!-- <img @click="isBuy(1)" class="img" src="https://file.yunqueyi.com/h5/images/tinified/i-detail-8.png"> -->
<CardPopup :cardInfo="cardInfo" :isShow="isShowPopup" @cancle="jumpToCardList" @confirm="confirm"></CardPopup>
<CardPopup :cardInfo="cardInfo" :isShow="isShowPopup" @clickOverlay="clickOverlay" @cancle="jumpToCardList" @confirm="confirm"></CardPopup>
<Loading v-if="showLoading" />
</section>
</template>
......@@ -62,6 +62,12 @@ export default {
// this.getProvinceIdByPosition();
},
methods: {
// 点击弹层
clickOverlay() {
console.log('clickOverlay');
this.isShowPopup = false;
},
// 判断用户是否购买过I类学习卡
isBuy(cardType) {
this.showLoading = true;
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册