diff --git a/pages/process/index/index.wxml b/pages/process/index/index.wxml
index 435d9e6..203b97b 100644
--- a/pages/process/index/index.wxml
+++ b/pages/process/index/index.wxml
@@ -85,16 +85,16 @@
- 剩余代付额度
+ 总代付额度
- {{totalInfo.availableCreditLine || 0}}
+ {{totalInfo.creditLine || 0}}
- 待付款金额
+ 剩余代付额度
- {{totalInfo.usedCreditLine || 0}}
+ {{totalInfo.availableCreditLine || 0}}
@@ -103,14 +103,14 @@
今日应还款金额
- {{totalInfo.availableCreditLine || 0}}
+ {{totalInfo.creditLine || 0}}
-
+ {{totalInfo.usedCreditLine || 0}}