摘要:
function price (val,types, isNoUnpin, customModel) { let type = types if(!val || isNaN(Number(val))) { if (isNoUnpin) return type ? '0':'0.00' else return type ? '0万元':'0.00元' } else { if (customModel 阅读全文
posted @ 2020-01-02 10:11
chenyongTao
阅读(1933)
评论(0)
推荐(0)
2020年1月2日