调整体重记录bug显示重复数据bug,变更钱包设置密码,验证密码键盘key
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user