修复bug
This commit is contained in:
parent
423e9b8344
commit
160b4a1ce5
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue