共计 219 个字符,预计需要花费 1 分钟才能阅读完成。
const res1 = await this.$api.AccountManagement.getBillmanagementTenant(this.userInfo.frontTenantId);
let strArr = String(res1.data.balance).split('.');
res1.data.balance = strArr.length > 1 ? res1.data.balance : res1.data.balance + '.00';
正文完