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