修复bug

This commit is contained in:
weipengfei 2024-03-07 16:46:49 +08:00
parent 423e9b8344
commit 160b4a1ce5
1 changed files with 1 additions and 1 deletions

View File

@ -371,7 +371,7 @@
}).then(res => {
console.log(res);
that.userInfo = res.data;
that.minPrice = res.data.user_extract_min;
that.minPrice = res.data.mer_extract_min || 0;
});
},
swichNav: function(current) {