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

提示并绑定卡问题(CME)

商品详情页面多次刷新问题(改回原来的先授权)
项目下架页面处理
上级 4aef010c
...@@ -384,7 +384,7 @@ export default { ...@@ -384,7 +384,7 @@ export default {
this.$sendBuriedData({ this.$sendBuriedData({
component_tag: `882#88218` component_tag: `882#88218`
}); });
this.beforeChangeCardAction(this.cmeCardModels.cardKey, true) this.changeCardAction(this.cmeCardModels.cardKey, true)
} }
}, },
......
...@@ -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>
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册