Explorar o código

fix:订单界面在未登录状态下获取的列表组件报错问题修复

xyh hai 5 meses
pai
achega
c7f3d20666
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/pages/order/order.vue

+ 1 - 1
src/pages/order/order.vue

@@ -149,7 +149,7 @@ export default {
 					// });
 					this.$refs.paging.complete(this.dataList);
 				} else {
-					this.$refs.paging.complete(false);
+					this.$refs.paging.complete([]);
 				}
 			});
 		},