提交 43a295c7 编写于 作者: guangjun.yang's avatar guangjun.yang

提示并绑定卡问题(CME)

商品详情页面多次刷新问题(改回原来的先授权)
项目下架页面处理
上级 ad21be3b
...@@ -26,16 +26,19 @@ export default { ...@@ -26,16 +26,19 @@ export default {
<style lang="less" scoped> <style lang="less" scoped>
.not-found { .not-found {
display: flex;
flex-direction: column;
align-items: center;
padding-top: 100px;
.img { .img {
display: block;
width: 120px; width: 120px;
margin: 100px auto 0;
} }
.tip { .tip {
font-size: 18px; font-size: 18px;
font-weight: 700; font-weight: 700;
color: #373839; color: #373839;
text-align: center; text-align: center;
padding: 0 15px;
} }
.tip-2 { .tip-2 {
margin-top: 12px; margin-top: 12px;
...@@ -43,6 +46,7 @@ export default { ...@@ -43,6 +46,7 @@ export default {
font-weight: 400; font-weight: 400;
color: #676869; color: #676869;
text-align: center; text-align: center;
padding: 0 15px;
} }
} }
</style> </style>
......
...@@ -509,7 +509,7 @@ export default { ...@@ -509,7 +509,7 @@ export default {
this.GET(`cme/projectCard/queryNoUsedCard/2`, param).then(({ data }) => { this.GET(`cme/projectCard/queryNoUsedCard/2`, param).then(({ data }) => {
this.hasNoUsedCard = data.hasNoUsedCard; this.hasNoUsedCard = data.hasNoUsedCard;
if (data.hasNoUsedCard == 1) { if (data.hasNoUsedCard == 1) {
this.cmeCardModels = data.cmeCardModels; this.cmeCardModels = data.cmeCardModels[0] || {};
this.showBindCardTips = true; this.showBindCardTips = true;
} }
}); });
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册