From d6f05263861aa41969958a3c5ad2120805e8206d Mon Sep 17 00:00:00 2001
From: xpz2018 <107107461@qq.com>
Date: Thu, 12 Aug 2021 11:27:03 +0800
Subject: [PATCH] no message
---
components/tag/index.wxml | 2 +-
pages/process/index/index.wxml | 30 +++++++++++++++++-------------
pages/process/index/index.wxss | 9 ++++++++-
3 files changed, 26 insertions(+), 15 deletions(-)
diff --git a/components/tag/index.wxml b/components/tag/index.wxml
index 86702bd..e9749f3 100644
--- a/components/tag/index.wxml
+++ b/components/tag/index.wxml
@@ -1,7 +1,7 @@
diff --git a/pages/process/index/index.wxml b/pages/process/index/index.wxml
index e824f8b..1a03874 100644
--- a/pages/process/index/index.wxml
+++ b/pages/process/index/index.wxml
@@ -77,34 +77,38 @@
千鸟代付
- 已逾期
查看代付详情
-
-
-
+
+
+
- 代付额度
+ 可用采购额度
- {{totalInfo.creditLine || 0}}
+ {{totalInfo.availableCreditLine || 0}}
+ 总额度
+ {{totalInfo.creditLine || 0}}
-
+
- 剩余代付额度
+ 今日应还款金额
+ 已逾期
- {{totalInfo.availableCreditLine || 0}}
+ {{totalInfo.todayReceivablePrice || 0}}
+ 总计应还款金额
+ {{totalInfo.totalReceivablePrice || 0}}
-
+
diff --git a/pages/process/index/index.wxss b/pages/process/index/index.wxss
index 8e9c81f..85239b9 100644
--- a/pages/process/index/index.wxss
+++ b/pages/process/index/index.wxss
@@ -1 +1,8 @@
-/* pages/index/index.wxss */
\ No newline at end of file
+/* pages/index/index.wxss */
+.over-tag{
+ padding: 4rpx;
+ margin-left: 8rpx;
+ font-size: 14rpx;
+ margin-bottom: 4rpx;
+ border-radius: 16rpx 16rpx 16rpx 0rpx;
+}
\ No newline at end of file