mirror of
https://gitee.com/beijing_hongye_huicheng/lilishop-ui.git
synced 2025-12-21 10:25:53 +08:00
新增移动端公告横纵向设置,我的足迹以及秒杀活动展示优化
This commit is contained in:
@@ -111,8 +111,8 @@ export default {
|
||||
this.spinShow = true;
|
||||
tracksList(this.params).then((res) => {
|
||||
this.spinShow = false;
|
||||
if (res.success && res.result) {
|
||||
this.list = res.result;
|
||||
if (res.success && res.result.records.length) {
|
||||
this.list = res.result.records;
|
||||
} else {
|
||||
this.list = [];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user