diff --git a/pages/process/order-info/index.wxml b/pages/process/order-info/index.wxml
index 7bac14b..48d946a 100644
--- a/pages/process/order-info/index.wxml
+++ b/pages/process/order-info/index.wxml
@@ -48,13 +48,13 @@
皮重(KG)
- {{form.emptyWeight}}
+ {{form.emptyWeight || '- -'}}
净重(KG)
- {{form.netWeight}}
+ {{form.netWeight || '- -'}}
@@ -124,7 +124,7 @@
结算金额(元)
- {{formate.formateAmount(form.settlePrice)}}
+ {{formate.formateAmount(form.settlePrice) || '- -'}}