From 8dd45c1c726b5628dfd8cae1992a27112ebb6af6 Mon Sep 17 00:00:00 2001
From: xiaoyong931011 <15274802129@163.com>
Date: Wed, 16 Mar 2022 15:23:38 +0800
Subject: [PATCH] Merge branch 'bea-back' of http://120.27.238.55:7000/r/exchange-back into bea-back
---
src/main/resources/templates/febs/views/modules/member/memberDataInfoAllAloneTest.html | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/src/main/resources/templates/febs/views/modules/member/memberDataInfoAllAloneTest.html b/src/main/resources/templates/febs/views/modules/member/memberDataInfoAllAloneTest.html
index 745a35e..648772e 100644
--- a/src/main/resources/templates/febs/views/modules/member/memberDataInfoAllAloneTest.html
+++ b/src/main/resources/templates/febs/views/modules/member/memberDataInfoAllAloneTest.html
@@ -44,6 +44,7 @@
{field: 'walletCoinNumber', title: '合约账户有余额个数', minWidth: 200,align:'center'},
{field: 'walletCoinNum', title: '合约账户余额', minWidth: 200,align:'center'},
{field: 'agentNum', title: '代理账户余额', minWidth: 200,align:'center'},
+ {field: 'allCoin', title: '平台总资产', minWidth: 200,align:'center'},
{field: 'platformProfitAndLoss', title: '平台剩余USDT',
templet: function (d) {
if (d.platformProfitAndLoss > '0') {
--
Gitblit v1.9.1