初始化运费 #271

Merged
hansu merged 1 commits from zhy into master 2020-08-20 08:55:09 +00:00

View File

@ -142,7 +142,7 @@ export default {
return num; return num;
}, },
setFreight(freight, index) { setFreight(freight, index) {
return freight[index]; return freight[index] || '0.00';
} }
}, },
onLoad(option) { onLoad(option) {