初始化运费
This commit is contained in:
parent
421112db2e
commit
40e4d10bd7
@ -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) {
|
||||||
|
Loading…
Reference in New Issue
Block a user