提交 8a0c5d23 编写于 作者: guangjun.yang's avatar guangjun.yang

点击“参与考试”

上级 86f435fd
...@@ -344,6 +344,7 @@ export default { ...@@ -344,6 +344,7 @@ export default {
// 判断用户是否购买过I类学习卡 // 判断用户是否购买过I类学习卡
isBuy(cardType) { isBuy(cardType) {
this.showLoading = true; this.showLoading = true;
alert(this.showLoading)
let param = { let param = {
cardType: cardType, cardType: cardType,
setEntry: true, setEntry: true,
...@@ -426,7 +427,7 @@ export default { ...@@ -426,7 +427,7 @@ export default {
} }
this.POST("trade/goods/cardList_v2", param).then(res => { this.POST("trade/goods/cardList_v2", param).then(res => {
if (res.code == "000000") { if (res.code == "000000") {
// this.showLoading = false; this.showLoading = false;
this.isShowPopup = true; this.isShowPopup = true;
this.cardInfo = res.data && res.data[0] || {id: 0} ; this.cardInfo = res.data && res.data[0] || {id: 0} ;
} }
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册