diff --git a/page_user/order_detail.vue b/page_user/order_detail.vue index a0ef785..b3bf741 100644 --- a/page_user/order_detail.vue +++ b/page_user/order_detail.vue @@ -23,23 +23,29 @@ 支付中 - + {{list.suitTime}} 分钟 - + 充值金额{{list.money}} + + 提现金额{{list.money}} + - + 到账日期 + + 提现日期 + {{list.createTime}} - + 充值设备 @@ -48,17 +54,23 @@ - + 充值类型 + + 提现类型 + {{list.channelName}} - - + + 充值用户 + + 提现用户 + {{list.userName}} @@ -131,13 +143,14 @@ .cardtop { margin-top: 48rpx; - + height: 190rpx; // display: flex; // flex-wrap: wrap; // justify-content: center; .text { text-align: center; width: 100%; + height: 20rpx; font-weight: 400; font-size: 28rpx; color: #808080; @@ -151,7 +164,15 @@ font-size: 60rpx; color: #8883F0; } - + .nums { + text-align: center; + padding-top: 48rpx; + font-family: AlibabaPuHuiTi, AlibabaPuHuiTi; + font-weight: 400; + font-size: 60rpx; + color: #8883F0; + } + } .card_bot { diff --git a/page_user/shouzhi.vue b/page_user/shouzhi.vue index e73224a..f11cd3c 100644 --- a/page_user/shouzhi.vue +++ b/page_user/shouzhi.vue @@ -6,13 +6,14 @@ - 用户充值 + 用户充值 + 商户提现 {{item.createTime}} - {{item.suitTime}}分钟 + {{item.suitTime}}分钟 ¥{{item.money}} diff --git a/pages/tj.vue b/pages/tj.vue index 925cb9e..36ca920 100644 --- a/pages/tj.vue +++ b/pages/tj.vue @@ -1,10 +1,10 @@