diff --git a/gold-system/src/views/usergold/index.vue b/gold-system/src/views/usergold/index.vue
index 6ec1bdc..000a7df 100644
--- a/gold-system/src/views/usergold/index.vue
+++ b/gold-system/src/views/usergold/index.vue
@@ -673,17 +673,17 @@ const get30 = function () {
- {{ Math.abs(scope.row.freeCoin) / 100 }}
+ {{ scope.row.freeCoin / 100 }}
- {{ Math.abs(scope.row.rechargeCoin) / 100 }}
+ {{ scope.row.rechargeCoin / 100 }}
- {{ Math.abs(scope.row.taskCoin) / 100 }}
+ {{ scope.row.taskCoin / 100 }}
diff --git a/gold-system/src/views/usergoldInfo/index.vue b/gold-system/src/views/usergoldInfo/index.vue
index f92c857..2d4d603 100644
--- a/gold-system/src/views/usergoldInfo/index.vue
+++ b/gold-system/src/views/usergoldInfo/index.vue
@@ -268,18 +268,36 @@ onMounted(async function () {
}}
-
+
- {{
- Math.abs(scope.row.free6 + scope.row.free12) / 100
- }}
+ {{ Math.abs(scope.row.buyJb) / 100 }}
-
+
- {{ Math.abs(scope.row.buyJb) / 100 }}
+
+
+ {{
+ Math.abs(scope.row.free6 + scope.row.free12) / 100
+ }}
+
+
+
+
+ 6月份到期金币:
+ {{ scope.row.free6 / 100 }}
+ 12月份到期金币:
+ {{ scope.row.free12 / 100 }}
+
+
+
+
{{ Math.abs(scope.row.coreJb) / 100 }}