提交 3f251127 编写于 作者: guangjun.yang's avatar guangjun.yang

去掉loading浮层

上级 6e3ced2c
...@@ -71,7 +71,7 @@ export default { ...@@ -71,7 +71,7 @@ export default {
// 判断用户是否购买过I类学习卡 // 判断用户是否购买过I类学习卡
isBuy(cardType) { isBuy(cardType) {
this.showLoading = true; // this.showLoading = true;
let param = { let param = {
cardType: cardType, cardType: cardType,
token: this.cmeToken, token: this.cmeToken,
...@@ -119,7 +119,7 @@ export default { ...@@ -119,7 +119,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} ;
} }
......
...@@ -342,7 +342,7 @@ export default { ...@@ -342,7 +342,7 @@ export default {
// 判断用户是否购买过I类学习卡 // 判断用户是否购买过I类学习卡
isBuy(cardType) { isBuy(cardType) {
this.showLoading = true; // this.showLoading = true;
let param = { let param = {
cardType: cardType, cardType: cardType,
setEntry: true, setEntry: true,
...@@ -417,7 +417,7 @@ export default { ...@@ -417,7 +417,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 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册