Merge pull request '初始化运费' (#271) from zhy into master
Reviewed-on: http://git.luyuan.tk/luyuan/deming/pulls/271
This commit is contained in:
commit
d3c68b8c93
@ -142,7 +142,7 @@ export default {
|
||||
return num;
|
||||
},
|
||||
setFreight(freight, index) {
|
||||
return freight[index];
|
||||
return freight[index] || '0.00';
|
||||
}
|
||||
},
|
||||
onLoad(option) {
|
||||
|
Loading…
Reference in New Issue
Block a user