diff --git a/pages/home/cloudCard2.vue b/pages/home/cloudCard2.vue index 96dbe65..1a20ecf 100644 --- a/pages/home/cloudCard2.vue +++ b/pages/home/cloudCard2.vue @@ -244,7 +244,7 @@ } // 状态对才获取 - if (this.changeLoading) { + if (this.baseDataSuccess) { this.getgoods() } },