diff --git a/pages/process/payment-list/index.wxml b/pages/process/payment-list/index.wxml
index ea3034e..4bedb29 100644
--- a/pages/process/payment-list/index.wxml
+++ b/pages/process/payment-list/index.wxml
@@ -27,7 +27,7 @@
-{{item.factoryCustomerMobile}}
- 定价
+ 待定价
待过皮重
待审核
待付款
@@ -37,24 +37,24 @@
已关闭
- 品类:
+ 品类:
{{item.productName}}
-
- 毛重(公斤):
- {{item.totalWeight}}
+
+ 毛重(公斤):
+ {{item.totalWeight || '- -'}}
-
- 结算重量(公斤):
- {{item.settleWeight}}
+
+ 结算重量(公斤):
+ {{item.settleWeight || '- -'}}
-
- 单价(元/公斤):
- {{item.unitPrice}}
+
+ 单价(元/公斤):
+ {{item.unitPrice || '- -'}}
-
- 结算金额(元):
- {{item.settlePrice}}
+
+ 结算金额(元):
+ {{item.settlePrice || '- -'}}