优化代码

This commit is contained in:
java110 2021-06-30 15:18:25 +08:00
parent 3ceeb898e7
commit ef51a1cd66

View File

@ -179,7 +179,7 @@
} }
); );
}, },
_getOnePrice: function (fee) { _getOnePrice:function (fee) {
let _price = fee.mwPrice; let _price = fee.mwPrice;
if (!_price) { if (!_price) {
return fee.squarePrice; return fee.squarePrice;