价格单位换算方法 function price (val,types, isNoUnpin, customModel) { let type = types if(!val || isNaN(Number(val))) … 继续阅读 价格单位换算方法