调整体重记录bug显示重复数据bug,变更钱包设置密码,验证密码键盘key

This commit is contained in:
唐明明
2022-01-17 14:31:05 +08:00
parent 7cedee35fe
commit 61d389bef4
8 changed files with 221 additions and 42 deletions

View File

@@ -142,6 +142,9 @@ export default {
//获取体重首页接口
getWeights() {
weights(this.page).then((res) => {
if(res.lists.page.current === 1) {
this.lists = []
}
this.lists = this.lists.concat(res.lists.data);
this.has_more = res.lists.page.has_more;
this.weightInfo = res.weight;