修改部分页面展示问题
parent
db6e47fa04
commit
8715066f7c
|
@ -98,7 +98,7 @@ export default {
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
transition: 0.35s;
|
transition: 0.35s;
|
||||||
display: flex;
|
display: flex;
|
||||||
cursor: pointer;
|
// cursor: pointer;
|
||||||
> .goods-item-title {
|
> .goods-item-title {
|
||||||
flex: 1;
|
flex: 1;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
|
|
@ -505,6 +505,7 @@ export default {
|
||||||
this.getDetail();
|
this.getDetail();
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
this.submitLoading = false;
|
||||||
},
|
},
|
||||||
// 返回售后状态中文描述
|
// 返回售后状态中文描述
|
||||||
filterStatus(status) {
|
filterStatus(status) {
|
||||||
|
|
Loading…
Reference in New Issue