移出冗余

This commit is contained in:
唐明明
2022-01-14 14:54:28 +08:00
parent bb729dde11
commit 18448d7873
13 changed files with 0 additions and 32 deletions

View File

@@ -142,7 +142,6 @@ export default {
//获取体重首页接口
getWeights() {
weights(this.page).then((res) => {
console.log(res);
this.lists = this.lists.concat(res.lists.data);
this.has_more = res.lists.page.has_more;
this.weightInfo = res.weight;