bug修改

This commit is contained in:
mabo
2021-07-08 14:36:05 +08:00
parent e5449213c2
commit 48c0dcb69b
16 changed files with 104 additions and 644 deletions

View File

@@ -97,7 +97,7 @@
<a class="item" href="https://pickmall.cn/" target="_blank">条款</a>
</Row>
<Row type="flex" justify="center" class="copyright">
Copyright © 2020 - Present
Copyright © {{year}} - Present
<a href="https://pickmall.cn/" target="_blank" style="margin: 0 5px"
>lili-shop</a
>
@@ -130,6 +130,7 @@ export default {
password: '',
oncePasd: ''
},
year: new Date().getFullYear(), // 当前年份
step: 0, // 步骤
ruleInline: {
// 验证规则

View File

@@ -84,7 +84,9 @@ export default {
params: { // 请求参数
pageNumber: 1,
pageSize: 10,
keywords: ''
keywords: '',
sort: 'createTime',
order: 'desc'
},
// 状态数组
afterSaleStatusList,